JMH 0.9.8
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Aug 22 21:42:29 UTC 2014
Hi,
JMH 0.9.8 is released and available in Maven Central (thanks to
Evgeny, as usual). JMH 0.9.9 is our 4th release candidate for 1.0, and
we are on the straight line to 1.0 release, barring critical issues.
Please test!
Highlights of JMH 0.9.8:
* Re-enabled and re-tested pattern matching in runners. Runners now
also support non-anchored regular expressions, e.g. you can call
JMHSample_01 instead of ".*JMHSample_01.*". Providing the explicit
anchors ^ and $ will get you the exact match, if you want. (Thanks Bernd
Eckenfels for the patch).
* System.out is not closed after Runner.run() now.
* Assorted readability and formatting fixes.
Enjoy!
Thanks,
-Aleksey
More information about the jmh-dev
mailing list