melix / jmh-gradle-plugin

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

Feature: Expose options #183

Open skjolber opened 3 years ago

skjolber commented 3 years ago

I'd like to run the resulting JMH jar within Docker images.

It would be really helpful to get hold of the options / arguments passed to JMH upon execution, so I cant generate / execute the images with identical options / arguments.