Skip to content

Commit

Permalink
Make the benchmark instructions version-independent
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Dec 1, 2023
1 parent 2cea84c commit c39f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/jvmBenchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ and decide on their usability.

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

0 comments on commit c39f92f

Please sign in to comment.