Skip to content

Commit

Permalink
Merge pull request Netflix#956 from mattrjacobs/upgrade-jmh-1-11-1
Browse files Browse the repository at this point in the history
Upgrade JMH to 1.11.1 from 1.10.3
  • Loading branch information
mattrjacobs committed Oct 21, 2015
2 parents 43724f5 + d50e508 commit 007f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jar {
jmh {
fork = 10
iterations = 3
jmhVersion = '1.10.3'
jmhVersion = '1.11.1'
profilers = ['gc']
threads = 8
warmup = '1s'
Expand Down

0 comments on commit 007f212

Please sign in to comment.