Name Date Size #Lines LOC

..--

kotlin/kotlinx/coroutines/H25-Apr-2025-503403

README.mdH A D25-Apr-2025539 1610

README.md

1## kotlinx-coroutines-core benchmarks
2
3This source-set contains benchmarks that leverage `internal` API (e.g. `suspendCancellableCoroutineReusable`)
4and thus cannot be written in `benchmarks` module.
5
6This is an interim solution unless we introduce clear separation of responsibilities in benchmark modules
7and decide on their usability.
8
9
10### Usage
11
12```
13./gradlew :kotlinx-coroutines-core:jvmBenchmarkBenchmarkJar
14java -jar kotlinx-coroutines-core/build/benchmarks/jvmBenchmark/jars/kotlinx-coroutines-core-jvmBenchmark-jmh-*-JMH.jar
15```
16