Added benchmarks for simple & redirect command execution

This commit is contained in:
Nathan Adams
2018-01-16 13:36:00 +01:00
parent 6f04756d34
commit 5a8a8a29d2
3 changed files with 82 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-library:1.2.1'
testImplementation 'org.mockito:mockito-core:1.8.5'
testImplementation 'com.google.guava:guava-testlib:21.0'
testImplementation 'org.openjdk.jmh:jmh-core:1.19'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
}
task sourcesJar(type: Jar) {