Feature inquiry
Brian Toal
brian.toal at gmail.com
Mon Sep 16 23:54:01 PDT 2013
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.
Is there a way to specify a set of thread count's that each eligible test
for the run will be executed for?
More information about the jmh-dev
mailing list