Modularization of performance tests

This commit is contained in:
Vladimir Dolzhenko
2020-02-10 10:59:55 +01:00
parent 572dee6835
commit 60f17c3adf
43 changed files with 165 additions and 112 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ tasks {
register("idea-plugin-performance-tests") {
dependsOn("dist")
dependsOn(
":idea:performanceTest"
":idea:performanceTests:performanceTest"
)
}