Skip to content

Commit

Permalink
Upgrade to latest version of JMH (#13080)
Browse files Browse the repository at this point in the history
Motivation:

upgrade to latest version of JMH

JMH 1.36
https://mail.openjdk.org/pipermail/jmh-dev/2022-November/003553.html

Modification:

updated the jmh.version property


Result:

New JMH version 👍
  • Loading branch information
sullis committed Jan 2, 2023
1 parent 2324566 commit f027fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<!-- Skip tests by default; run only if -DskipTests=false is specified -->
<skipTests>true</skipTests>
<jmh.version>1.33</jmh.version>
<jmh.version>1.36</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 />
Expand Down

0 comments on commit f027fa2

Please sign in to comment.