You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by zm...@apache.org on 2016/01/08 20:16:50 UTC

aurora git commit: Bump JMH to 1.11.2.

Repository: aurora
Updated Branches:
  refs/heads/master 217640f8e -> c595228af


Bump JMH to 1.11.2.

Bump JMH to the latest available release which is 1.11.2. There isn't a
CHANGELOG but the commit history shows several bug fixes:
http://hg.openjdk.java.net/code-tools/jmh/

Testing Done:
./gradlew jmh -Pbenchmarks='UpdateStoreBenchmarks.*'

Reviewed at https://reviews.apache.org/r/42078/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/c595228a
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/c595228a
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/c595228a

Branch: refs/heads/master
Commit: c595228af4cfe21965d78a9cf907160447357b69
Parents: 217640f
Author: Zameer Manji <zm...@apache.org>
Authored: Fri Jan 8 11:16:42 2016 -0800
Committer: Zameer Manji <zm...@apache.org>
Committed: Fri Jan 8 11:16:42 2016 -0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/c595228a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6d7af5e..8e7ea37 100644
--- a/build.gradle
+++ b/build.gradle
@@ -610,7 +610,7 @@ jmh {
   if (project.hasProperty('benchmarks')) {
     include = project.getProperty('benchmarks')
   }
-  jmhVersion = '1.7.1'
+  jmhVersion = '1.11.2'
   jvmArgsPrepend = '-Xmx3g'
   humanOutputFile = project.file("$jmhHumanOutputPath")
   resultsFile = project.file("$buildDir/reports/jmh/results.txt")