Skip to content

Commit c39f92f

Browse files
committed
Make the benchmark instructions version-independent
1 parent 2cea84c commit c39f92f

File tree

1 file changed

+1
-1
lines changed
  • kotlinx-coroutines-core/jvmBenchmark

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvmBenchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ and decide on their usability.
1111

1212
```
1313
./gradlew :kotlinx-coroutines-core:jvmBenchmarkBenchmarkJar
14-
java -jar kotlinx-coroutines-core/build/benchmarks/jvmBenchmark/jars/kotlinx-coroutines-core-jvmBenchmark-jmh-1.7.2-SNAPSHOT-JMH.jar
14+
java -jar kotlinx-coroutines-core/build/benchmarks/jvmBenchmark/jars/kotlinx-coroutines-core-jvmBenchmark-jmh-*-JMH.jar
1515
```

0 commit comments

Comments
 (0)