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