aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-03-26 12:07:30 -0700
committerGitHub <noreply@github.com>2018-03-26 12:07:30 -0700
commit422d78f044a3941f6910d1b66452ded45a386b0c (patch)
treea44f1ba4aed65c02f0375b9541e57a2d1a4234be /benchmarks
parent7d84c67f9eed7367fc9a1eb58b42bd9f0d1707e2 (diff)
downloadplatform_external_opencensus-java-422d78f044a3941f6910d1b66452ded45a386b0c.tar.gz
platform_external_opencensus-java-422d78f044a3941f6910d1b66452ded45a386b0c.tar.bz2
platform_external_opencensus-java-422d78f044a3941f6910d1b66452ded45a386b0c.zip
Update Guava and Jmh versions (#1095)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index dcfda9bf..077ab032 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -17,7 +17,7 @@ apply plugin: "me.champeau.gradle.jmh"
apply plugin: "io.morethan.jmhreport"
jmh {
- jmhVersion = '1.19'
+ jmhVersion = '1.20'
warmupIterations = 10
iterations = 10
fork = 1