Runner API request: custom OutputFormat

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon Sep 23 01:44:10 PDT 2013


Hi Julien,

On 09/21/2013 11:09 PM, Julien Nicoulaud wrote:
> The last annoyance for me is that one cannot provide its own implementation
> of OutputFormat. It would be as easy as adding a public constructor to
> Runner that takes the OutputFormat as an argument.

I need to understand the use case better. OutputFormat is only
convenient to get the online results, i.e. getting the results while the
benchmark is still running, in order to do pretty printing. (In fact, I
was considering removing all OutputFormats except for very basic ones).
After the run is finished it should be easier to traverse the RunResult,
and extract the data from there. What is the use case you are after?

-Aleksey.


More information about the jmh-dev mailing list