Another potential limitation is that it is relatively ugly to
create a benchmark to test an algorithm with a range of parameters -
eg to find out how sorting time increases with data set size. It's
perfectly feasible to do this by creating several task
configurations with the same parameters other than size - but it
would be nice to have some way of making that automatic, eg having
task.1.size = 10..10000 by *10
or
task.1.size = 10..100 by +10
The above syntax is only a very (very) quick idea of what might be
feasible in the future. It may happen, but I wouldn't hold your
breath. If you really want this,
mail me with requirements and
suggestions, and I'll see...