benchmarks: update to jmh 1.19

This commit is contained in:
Carl Mastrangelo 2017-07-07 11:22:27 -07:00 committed by GitHub
parent 3a5f115dbc
commit 99a60233f8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ buildscript {
}
plugins {
id "me.champeau.gradle.jmh" version "0.3.0"
id "me.champeau.gradle.jmh" version "0.4.4"
}
apply plugin: 'application'
@ -23,7 +23,7 @@ startScripts.enabled = false
run.enabled = false
jmh {
jmhVersion = '1.18'
jmhVersion = '1.19'
warmupIterations = 10
iterations = 10
fork = 1