Add missed task dependency for IDE performance tests output
This commit is contained in:
@@ -148,6 +148,8 @@ projectTest(taskName = "wholeProjectsPerformanceTest") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task("aggregateResults", JavaExec::class) {
|
task("aggregateResults", JavaExec::class) {
|
||||||
|
dependsOn(":performanceTest")
|
||||||
|
|
||||||
main = "org.jetbrains.kotlin.idea.perf.util.AggregateResultsKt"
|
main = "org.jetbrains.kotlin.idea.perf.util.AggregateResultsKt"
|
||||||
classpath = sourceSets["test"].runtimeClasspath
|
classpath = sourceSets["test"].runtimeClasspath
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
|
|||||||
Reference in New Issue
Block a user