Add build gradle kts performance tests

This commit is contained in:
Vladimir Dolzhenko
2019-07-02 14:28:42 +03:00
parent c292380aff
commit 72d74ff888
12 changed files with 394 additions and 113 deletions
+1
View File
@@ -181,6 +181,7 @@ dependencies {
performanceTestCompile(sourceSets["test"].output)
performanceTestCompile(sourceSets["main"].output)
performanceTestCompile(project(":nj2k"))
performanceTestCompile(intellijPluginDep("gradle"))
performanceTestRuntime(sourceSets["performanceTest"].output)
}