JMH reports

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon May 6 03:46:33 PDT 2013


On 05/04/2013 03:53 PM, Julien Nicoulaud wrote:
> Here is some feedback on JMH reports after setting it up on a project:

Thanks!

>  * The most convenient format for automating stuff is CSV, but
> unfortunately the CSV report only contains raw iterations data, not the
> per-test "Mean" and "Mean error" as shown in the text report. Maybe this
> could be solved by allowing several output formats at the same time, and
> add a "aggregated CSV" output format ?

Yes, we are considering this. You are not alone in these desires :)

>  * When redirecting output to a file with the --output option, there is no
> more output in the console. It would be great to allow to use both at the
> same time ?

Nope, that fits the definition of "redirecting everything into the
file". I would guess you'd rather want to tee the console output to file
to get the desired effect. Although, we will certainly consider this
when reworking the output formatters.

Thanks,
-Aleksey.



More information about the jmh-dev mailing list