mirror of https://github.com/grpc/grpc-java.git
benchmarks: use JMH 1.18
This commit is contained in:
parent
4096d4b668
commit
824e5df5cf
|
@ -23,7 +23,7 @@ startScripts.enabled = false
|
||||||
run.enabled = false
|
run.enabled = false
|
||||||
|
|
||||||
jmh {
|
jmh {
|
||||||
jmhVersion = '1.17.3'
|
jmhVersion = '1.18'
|
||||||
warmupIterations = 10
|
warmupIterations = 10
|
||||||
iterations = 10
|
iterations = 10
|
||||||
fork = 1
|
fork = 1
|
||||||
|
|
Loading…
Reference in New Issue