Skip to content

Commit

Permalink
Bump jmh to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 12, 2025
1 parent 8bba08f commit 34df23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks.named('test') {

jmh {
jvmArgs = ['-Xms2g', '-Xmx2g', '-XX:MetaspaceSize=512m', '-XX:MaxMetaspaceSize=512m', '-XX:+UseG1GC']
jmhVersion = '1.33'
jmhVersion = '1.37'
includeTests = true
duplicateClassesStrategy = DuplicatesStrategy.WARN
}
Expand Down

0 comments on commit 34df23d

Please sign in to comment.