Skip to content

Commit

Permalink
Update JMH version (netty#11763)
Browse files Browse the repository at this point in the history
Motivation:
There has been a number of fixes to JMH regarding running and profiling on macOS.
Also, it's good to stay up to date regardless.

Modification:
Update the JMH version from 1.22 to 1.33.

Result:
Our JMH version is up to date.
  • Loading branch information
chrisvest authored and 夏无影 committed Jul 8, 2022
1 parent a6bcaea commit c975498
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.22</jmh.version>
<jmh.version>1.33</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 c975498

Please sign in to comment.