Discussion:
git commit: Update JMH perf framework from 1.1 to 1.1.1.
Remko Popma
2014-09-30 00:29:59 UTC
Permalink
Thanks! You are always on top of this. How do you track all these versions?
Repository: logging-log4j2
refs/heads/master f42536422 -> 6d2f5d57d
Update JMH perf framework from 1.1 to 1.1.1.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6d2f5d57
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6d2f5d57
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d2f5d57
Branch: refs/heads/master
Commit: 6d2f5d57dff3c95df1aaa9bbe7097056f62cae75
Parents: f425364
Authored: Mon Sep 29 17:03:30 2014 -0400
Committed: Mon Sep 29 17:03:30 2014 -0400
----------------------------------------------------------------------
log4j-perf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d2f5d57/log4j-perf/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index c251720..13c576e 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -39,7 +39,7 @@
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>Log4J Performance Tests</docLabel>
<projectDir>/log4j-perf</projectDir>
- <jmh.version>1.1</jmh.version>
+ <jmh.version>1.1.1</jmh.version>
<javac.target>1.6</javac.target>
<uberjar.name>benchmarks</uberjar.name>
</properties>
Gary Gregory
2014-09-30 00:59:50 UTC
Permalink
I don't, I just noticed an OpenJDK email suggesting we use JMH, which we
already do, so that reminded me to check that we use a current version.

Gary
Post by Remko Popma
Thanks! You are always on top of this. How do you track all these versions?
Repository: logging-log4j2
refs/heads/master f42536422 -> 6d2f5d57d
Update JMH perf framework from 1.1 to 1.1.1.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6d2f5d57
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6d2f5d57
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d2f5d57
Branch: refs/heads/master
Commit: 6d2f5d57dff3c95df1aaa9bbe7097056f62cae75
Parents: f425364
Authored: Mon Sep 29 17:03:30 2014 -0400
Committed: Mon Sep 29 17:03:30 2014 -0400
----------------------------------------------------------------------
log4j-perf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d2f5d57/log4j-perf/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index c251720..13c576e 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -39,7 +39,7 @@
<log4jParentDir>${basedir}/..</log4jParentDir>
<docLabel>Log4J Performance Tests</docLabel>
<projectDir>/log4j-perf</projectDir>
- <jmh.version>1.1</jmh.version>
+ <jmh.version>1.1.1</jmh.version>
<javac.target>1.6</javac.target>
<uberjar.name>benchmarks</uberjar.name>
</properties>
--
E-Mail: ***@gmail.com | ***@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
Loading...