diff --git a/performance/build.gradle b/performance/build.gradle index d4c9cabc8a4..86e5e386429 100644 --- a/performance/build.gradle +++ b/performance/build.gradle @@ -75,7 +75,7 @@ private void dumpReport(String name, ByteArrayOutputStream output) { task konanRun(type: Exec) { def output = new ByteArrayOutputStream() - commandLine project.file("build/konan/bin/Ring.${gradle.startParameter.projectProperties.exe_suffix}").absolutePath, "$ringWarmup", "$iterations" + commandLine konanArtifacts.Ring.getByTarget('host').artifact.absolutePath, "$ringWarmup", "$iterations" standardOutput = output doLast { dumpReport('konanReport', output)