We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee57def commit 65fd314Copy full SHA for 65fd314
benchmarks/build.gradle.kts
@@ -36,7 +36,7 @@ tasks.named<KotlinCompile>("compileJmhKotlin") {
36
// It is better to use the following to run benchmarks, otherwise you may get unexpected errors:
37
// ./gradlew --no-daemon cleanJmhJar jmh -Pjmh="MyBenchmark"
38
extensions.configure<JMHPluginExtension>("jmh") {
39
- jmhVersion = "1.21"
+ jmhVersion = "1.26"
40
duplicateClassesStrategy = DuplicatesStrategy.INCLUDE
41
failOnError = true
42
resultFormat = "CSV"
settings.gradle
@@ -8,7 +8,7 @@ pluginManagement {
8
9
// JMH
10
id "net.ltgt.apt" version "0.21"
11
- id "me.champeau.gradle.jmh" version "0.5.0"
+ id "me.champeau.gradle.jmh" version "0.5.2"
12
}
13
14
0 commit comments