Skip to content

Commit

Permalink
Merge pull request #1368 from mattrjacobs/upgrade-jmh
Browse files Browse the repository at this point in the history
Upgrade jmh to 1.14.1
  • Loading branch information
mattrjacobs authored Sep 28, 2016
2 parents 02b8be7 + 082ac5b commit 4ec663e
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 @@ -39,7 +39,7 @@ jar {
jmh {
fork = 10
iterations = 3
jmhVersion = '1.13'
jmhVersion = '1.14.1'
profilers = ['gc']
threads = 8
warmup = '1s'
Expand Down

0 comments on commit 4ec663e

Please sign in to comment.