add more JMH tests

This commit is contained in:
2019-09-01 15:47:10 +02:00
parent 0311ecd83c
commit 097b7ab110
3 changed files with 67 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ buildscript {
jcenter()
}
dependencies {
// run with gradle --no-daemon clean jmh
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0-rc-2"
}
}