Add j2k, nj2k performance tests

This commit is contained in:
Vladimir Dolzhenko
2019-06-19 15:40:14 +02:00
parent fe0282809e
commit efd004c997
13 changed files with 673 additions and 21 deletions
+4 -1
View File
@@ -174,6 +174,7 @@ dependencies {
performanceTestCompile(sourceSets["test"].output)
performanceTestCompile(sourceSets["main"].output)
performanceTestCompile(project(":nj2k"))
performanceTestRuntime(sourceSets["performanceTest"].output)
}
@@ -205,6 +206,8 @@ projectTest(taskName = "performanceTest") {
}
}
testsJar {}
testsJar {
from(sourceSets["performanceTest"].output)
}
configureFormInstrumentation()