----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31493/ -----------------------------------------------------------
Review request for Aurora and Bill Farner. Repository: aurora Description ------- Updating jmh plugin to 0.2.0: https://github.com/melix/jmh-gradle-plugin/blob/master/CHANGELOG.txt The most notable is the fix to support `jmhVersion` attribute that allowed to bump up jmh version from 1.3.2 to current 1.6.1. JMH changelog: http://hg.openjdk.java.net/code-tools/jmh/ Among multiple improvements and stability fixes there is also https://bugs.openjdk.java.net/browse/CODETOOLS-7901127 fix that gets rid of: ``` warning: Supported source version 'RELEASE_6' from annotation processor 'org.openjdk.jmh.generators.BenchmarkProcessor' less than -source '1.7' ``` Also, bumping up max heap size as some of bechmarks OOM occasionally (noticed peak usage of 600Mb). Diffs ----- build.gradle 158d47ac273e75deb8cb1460281c84e85db4f248 Diff: https://reviews.apache.org/r/31493/diff/ Testing ------- ./gradlew jmh Thanks, Maxim Khutornenko
