Comparing multiple VMs

Bernd Eckenfels ecki at zusammenkunft.net
Sat Jul 5 03:05:28 UTC 2014


Hello, 

I was somehow expecting that JMH can be easily used to compare
the performance of different VM versions.

But I haven't really figured out how to do this with annotations.

With @Fork I can specify the VM args, but not the path. And I am
missing a @Param-style method to define multiple. Am I missing
something?

I know I could do it with the API or run it multiple times on the
command line, but I would like to avoid having to code to make an
aggregated result table.

Greetings
Bernd


More information about the jmh-dev mailing list