Skip to content

Commit f5aa4d2

Browse files
author
Abduqodiri Qurbonzoda
committed
Run main benchmarks
1 parent 8e409b5 commit f5aa4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/Benchmarks.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ fun Project.benchmark(target: String, platform: Platform, buildVersion: BuildTyp
7777
}
7878

7979
fun benchmarkTask(target: String, platform: Platform): String = when(target) {
80-
"js", "jvm" -> "${target}FastBenchmark"
81-
"native" -> "${platform.nativeTaskPrefix()}FastBenchmark"
80+
"js", "jvm" -> "${target}Benchmark"
81+
"native" -> "${platform.nativeTaskPrefix()}Benchmark"
8282
else -> throw IllegalArgumentException("Unknown target: $target")
8383
}
8484

0 commit comments

Comments
 (0)