RFR: Cleaning up human-readable output

Aleksey Shipilev aleksey.shipilev at oracle.com
Fri Aug 30 07:52:25 PDT 2013


On 08/30/2013 06:40 PM, Staffan Friberg wrote:
> What does the Fork line refer to? Number of executed benchmarks in
> forked mode?
> If that is the case perhaps change to something like.
>     Run Progress: 9 of 10, [Forked | In Process]

You are late to the party, Staffan! ;)

JMH is able to run the same benchmark in multiple consecutive forks, and
aggregate the results from them. This opens the way to measure
run-to-run variance.

-Aleksey.



More information about the jmh-dev mailing list