Parameterising over thread count

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon Oct 27 10:18:24 UTC 2014


On 10/17/2014 04:22 PM, Chris Vest wrote:
> This might have been mentioned before. Seeing how the level of
> contention influence the performance of something is a common use
> case for me. Today I have to run my benchmark many times with
> different -t settings, and then collect the output in a text editor
> or something.
> 
> It’s a bit bothersome and it’d be nice if I could just pass a
> comma-separated list of thread counts to -t, and then have JMH
> effectively treat it as just another parameter.

True, this is an instance of:
  https://bugs.openjdk.java.net/browse/CODETOOLS-7901012

-Aleksey.



More information about the jmh-dev mailing list