Update to latest JMH version (#9787)

Motivation

JMH 1.22 was released recently, we might as well use the latest when
running benchmarks.

Summary of changes:
https://mail.openjdk.java.net/pipermail/jmh-dev/2019-November/002879.html

Modifications

Update jmh dependencies in microbench module from version 1.21 to 1.22.

Result

Benchmarks run using latest JMH
This commit is contained in:
Nick Hill 2019-11-19 02:28:18 -08:00 committed by Norman Maurer
parent 7ff8cde66f
commit d370d48d4a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<properties>
<!-- Skip tests by default; run only if -DskipTests=false is specified -->
<skipTests>true</skipTests>
<jmh.version>1.21</jmh.version>
<jmh.version>1.22</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 />