Add j2k, nj2k performance tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user