diff --git a/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt b/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt index 36aed86fbd8..0dc70e6c7c6 100644 --- a/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt +++ b/performance/buildSrc/src/main/kotlin/RegressionsReporter.kt @@ -219,7 +219,7 @@ open class RegressionsReporter : DefaultTask() { "bintray:$compareToBuildNumber:$target:$bintrayFileName with $analyzer! " + "Please check files existance and their correctness.") } - "$analyzer -r statistics $currentBenchmarksReportFile bintray:$compareToBuildNumber:$target:$bintrayFileName -o $summaryFile" + "$analyzer -r statistics $currentBenchmarksReportFile bintray:$compareToBuildNumber:$target:$bintrayFileName -o \"$summaryFile\"" .runCommand() val reportLink = "http://kotlin-native-performance.labs.jb.gg/?" +