Printing of batchsize + single execution time in Results for Batching

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon Jan 11 12:47:30 UTC 2016


Hi,

On 01/07/2016 04:18 PM, Huber Matthias wrote:
> Is there any other way to easily accomplish the same without
> extending JMH (preferred way) like using the JMH Java API? If not, I
> could provide an extension if this is useful in general.

No, there is no other way than using the Java API. It would always be
the case that "out of the box" scenarios are not covering all the
possible corner cases like yours.

Extending XSV outputs to include more benchmark metadata is troublesome,
since it breaks the format (and therefore, the tools that depend on it).
But, I think we can extend JSON output to include more benchmark
metadata, including batch sizes. R should be able to pull in JSON dataset?

Contributions welcome ;)

Thanks,
-Aleksey



More information about the jmh-dev mailing list