Hi,

I'd like to make the following changes to the way how the benchmarks work:

1. add support for executing several benchmarks within the same suite.
currently each benchmark has it's own 'setUp()' code that might be
expensive to execute. e.g. import a large structure, create nodes,
etc.

2. move the concurrency control into the 'suite' as well. so that we
can execute the same tests with different concurrency levels. like
above, this helps with tests that are expensive to set up.

WDYT?

Regards, Toby

Reply via email to