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:
parent
5ff6b57940
commit
052c2fbefe
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user