melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
662 stars 88 forks source link

Use JavaExec for JmhBytecodeGeneratorTask #185

Closed oehme closed 3 years ago

oehme commented 3 years ago

To simplify the plugin and prevent file leaks and other issues we've encountered when running JMH in a long-running worker process.

oehme commented 3 years ago

You'll need to disable the signing task for pull requests :)