Skip to content

Commit c2d0707

Browse files
committed
~update jmh
1 parent ee57def commit c2d0707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/build.gradle.kts

+2-2
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"
@@ -54,7 +54,7 @@ tasks.named<Jar>("jmhJar") {
5454
}
5555

5656
dependencies {
57-
compile("org.openjdk.jmh:jmh-core:1.21")
57+
compile("org.openjdk.jmh:jmh-core:1.26")
5858
compile("io.projectreactor:reactor-core:${version("reactor")}")
5959
compile("io.reactivex.rxjava2:rxjava:2.1.9")
6060
compile("com.github.akarnokd:rxjava2-extensions:0.20.8")

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)