Update to jmh 1.2.1 (#8270)

Motivation:

We should use the latest jmh version which also supports -prof dtraceasm on MacOS.

Modifications:

Update to latest jmh version.

Result:

Better benchmark / profiling support on MacOS.
This commit is contained in:
Norman Maurer 2018-09-06 22:31:52 +02:00 committed by GitHub
parent 5ff6b57940
commit 052c2fbefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
<properties>
<!-- Skip tests by default; run only if -DskipTests=false is specified -->
<skipTests>true</skipTests>
<jmh.version>1.19</jmh.version>
<jmh.version>1.21</jmh.version>
<!-- This only be set when run on linux as on other platforms we just want to include the jar without native
code -->
<epoll.classifier/>