Runner API request: custom OutputFormat
Aleksey Shipilev
aleksey.shipilev at oracle.com
Mon Sep 23 11:46:44 PDT 2013
On 09/23/2013 08:59 PM, Julien Nicoulaud wrote:
> I plan on writing an IntelliJ IDEA plugin for JMH, so getting results
> as they come is what I'm trying to do.
Ok, here is what I'm going to do. As you suggested, the Runner now has
the constructor accepting the OutputFormat:
$ hg tip
changeset: 183:6d995aa6d6de
tag: tip
user: shade
date: Mon Sep 23 22:45:52 2013 +0400
summary: Experimental Runner(Options, OutputFormat) constructor.
However, I marked this API as experimental, which means it could be
changed without notice. It should be enough for you to play with the
IDEA plugin. In the mean time, we can figure out if we want to turn this
into the stable API.
Thanks,
-Aleksey.
More information about the jmh-dev
mailing list