Ability to add "jvm arguments" based on "@Param"
Vladimir Sitnikov
sitnikov.vladimir at gmail.com
Thu May 28 11:15:02 UTC 2015
> The only open
> question is whether it should be completely external, and spawn a Runner
> for each Options
I would like to enable tree-like exploration.
In other words, it would be cool if the returned options could contain
new "explorer".
So the supplier basic cycle would be like "while
(options.stillHasExplorer()) { nextOptions =
options.getExplorer().apply(options); }"
>serious infra rewrite for a minute convenience
1. Not that serious.
2. Testing "different jar versions", "different java versions" happens
more often that once a year.
3. 5 minute convenience multiplies by the number of usages and powers
up to the number of copy-paste errors.
Vladimir
More information about the jmh-dev
mailing list