Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
kotlin/kotlinx/coroutines/ | H | 25-Apr-2025 | - | 503 | 403 | |
README.md | H A D | 25-Apr-2025 | 539 | 16 | 10 |
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