melix / jmh-gradle-plugin

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

Change incorrect configuration parameter "timeout" to "jmhTimeout" in README #253

Closed felldo closed 1 year ago

felldo commented 1 year ago

When configuring the timeout in the gradle file, the configuration parameter timeout does not seem to exist. The only suggested property is jmhTimeout.

melix commented 1 year ago

Thanks for the fix!