aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-07-07 11:22:27 -0700
committerGitHub <noreply@github.com>2017-07-07 11:22:27 -0700
commit99a60233f82ded9149f412e4fcedfcf105511284 (patch)
treef99b44a9a78faea8f065bdfc529fe32e3eec1580 /benchmarks
parent3a5f115dbcd44c18e0642456c98f19c52f66732b (diff)
downloadgrpc-grpc-java-99a60233f82ded9149f412e4fcedfcf105511284.tar.gz
benchmarks: update to jmh 1.19
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index 6a3392dcc..7794375ad 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -12,7 +12,7 @@ buildscript {
}
plugins {
- id "me.champeau.gradle.jmh" version "0.3.0"
+ id "me.champeau.gradle.jmh" version "0.4.4"
}
apply plugin: 'application'
@@ -23,7 +23,7 @@ startScripts.enabled = false
run.enabled = false
jmh {
- jmhVersion = '1.18'
+ jmhVersion = '1.19'
warmupIterations = 10
iterations = 10
fork = 1