melix / jmh-gradle-plugin

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

Delete stale JMH classes before producing new ones #202

Closed MariusVolkhart closed 2 years ago

MariusVolkhart commented 3 years ago

If the JmhBytecodeGeneratorTask runs, it indicates that the JMH sources or inputs have changed, and that new JMH classes need to be generated. Before generating new ones, the old ones must be removed.

Fixes #132 Fixes #199

melix commented 2 years ago

Thanks!