Skip to content

Commit

Permalink
Bump JMH to the latest version(1.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey-mas committed Oct 14, 2016
1 parent 7c42aa3 commit 6a55d06
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.14.1'
jmhVersion = '1.15'
profilers = ['gc']
threads = 8
warmup = '1s'
Expand Down

0 comments on commit 6a55d06

Please sign in to comment.