Skip to content

Commit 65fd314

Browse files
committed
~update jmh
1 parent ee57def commit 65fd314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks.named<KotlinCompile>("compileJmhKotlin") {
3636
// It is better to use the following to run benchmarks, otherwise you may get unexpected errors:
3737
// ./gradlew --no-daemon cleanJmhJar jmh -Pjmh="MyBenchmark"
3838
extensions.configure<JMHPluginExtension>("jmh") {
39-
jmhVersion = "1.21"
39+
jmhVersion = "1.26"
4040
duplicateClassesStrategy = DuplicatesStrategy.INCLUDE
4141
failOnError = true
4242
resultFormat = "CSV"

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88

99
// JMH
1010
id "net.ltgt.apt" version "0.21"
11-
id "me.champeau.gradle.jmh" version "0.5.0"
11+
id "me.champeau.gradle.jmh" version "0.5.2"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)