Feature inquiry
Sergey Kuksenko
sergey.kuksenko at oracle.com
Tue Sep 17 01:57:02 PDT 2013
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