Hi there,
the README says:
The benchmark mode is used for executing various micro-benchmarks. It can
be invoked like this:
$ java -jar oak-run-*.jar benchmark [options] [testcases] [fixtures]
The following benchmark options (with default values) are currently supported:
which gives the impression that you don't need to specify the testcases,
in which case I'd assume all tests are executed - which is not the case.
Shouldn't this say:
> $ java -jar oak-run-*.jar benchmark [options] testcases [fixtures]
then?
Best regards, Julian