artyushov / idea-jmh-plugin

Plugin for Itellij IDEA to make benchmarking with JMH easier.
MIT License
445 stars 43 forks source link

Add JVM args to JMH runtime configurations #31

Closed knittl closed 4 years ago

knittl commented 4 years ago

JVM arguments are required to further control behavior of JMH. This is indispensible under Windows where it is not possible to run a benchmark with an overly long classpath without specifying -Djmh.separateClasspathJAR (available from JMH 1.20)

Setting jvmArgs of the benchmark class does not work, because the JVM argument has to be set on the initial process.