Running mecirobenchmarks from IDE

Vladimir Ozerov ppozerov at gmail.com
Sun Jul 6 11:18:55 UTC 2014


Hi,

Is it possible to run JMH from IDE without necessity to generate Maven
artifacts? I.e. with just click "Run"?

I tried to run it using samples with Runner class, and of course it doesn't
work because it searches for /META-INF/BenchmarkList wihch is absent in my
project.
Therefore, it appears that currently there is no user-friendly way for
instant benchmark run from IDE (e.g. for quick algorithm performance
assesment). Am I missing something?

Vladimir.


More information about the jmh-dev mailing list