File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ tasks.named<KotlinCompile>("compileJmhKotlin") {
36
36
// It is better to use the following to run benchmarks, otherwise you may get unexpected errors:
37
37
// ./gradlew --no-daemon cleanJmhJar jmh -Pjmh="MyBenchmark"
38
38
extensions.configure<JMHPluginExtension >(" jmh" ) {
39
- jmhVersion = " 1.21 "
39
+ jmhVersion = " 1.26 "
40
40
duplicateClassesStrategy = DuplicatesStrategy .INCLUDE
41
41
failOnError = true
42
42
resultFormat = " CSV"
@@ -54,7 +54,7 @@ tasks.named<Jar>("jmhJar") {
54
54
}
55
55
56
56
dependencies {
57
- compile(" org.openjdk.jmh:jmh-core:1.21 " )
57
+ compile(" org.openjdk.jmh:jmh-core:1.26 " )
58
58
compile(" io.projectreactor:reactor-core:${version(" reactor" )} " )
59
59
compile(" io.reactivex.rxjava2:rxjava:2.1.9" )
60
60
compile(" com.github.akarnokd:rxjava2-extensions:0.20.8" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
8
8
9
9
// JMH
10
10
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 "
12
12
}
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments