Skip to content

Commit

Permalink
Merge pull request #1308 from mattrjacobs/update-jmh
Browse files Browse the repository at this point in the history
Update jmh from 1.11.2 -> 1.13
  • Loading branch information
mattrjacobs authored Aug 5, 2016
2 parents 50c44e9 + f592801 commit f27c62c
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.11.2'
jmhVersion = '1.13'
profilers = ['gc']
threads = 8
warmup = '1s'
Expand Down

0 comments on commit f27c62c

Please sign in to comment.