Feature inquiry

Brian Toal brian.toal at gmail.com
Tue Sep 17 07:57:15 PDT 2013


Thanks guys.

Agreed that properties could be used to influence benchmark mechanics.

It's nice to be able to kick off the harness once with the set of
parameters and threads and have all the results in a single report making
comparable analysis efficient.

I find myself writing test suites that may take long time to run, so I'd
like to start them and let then run while I'm working on some other task
without having to keep checking back to run with the next set of params.

On Tuesday, September 17, 2013, Sergey Kuksenko wrote:

> On 09/17/2013 11:54 AM, Aleksey Shipilev wrote:
> > Hi Brian,
> >
> > On 09/17/2013 10:54 AM, Brian Toal wrote:
> >> Does JMH have a feature similar to Caliper's Parameter concept?  I found
> >> using parameters efficient way to run the same test with a change in a
> >> single parameter.  In JMH if I have to roll almost the same method with
> a
> >> slight change to the parameter to test the next interesting value.
> >
> > That was on the roadmap for long, and we are still debating the
> > clear-cut way to implement this in the face of @State-s and other
> > already existing APIs.
>
> And I have to note that very frequently standard Java properties is
> enough for me to run same test with different parameters.
>
> --
> Best regards,
> Sergey Kuksenko
>


More information about the jmh-dev mailing list