We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0f12e commit f284dfcCopy full SHA for f284dfc
benchmarks/build.gradle
@@ -16,12 +16,12 @@ jmhJar {
16
baseName 'benchmarks'
17
classifier = null
18
version = null
19
+ destinationDir = file("$rootDir")
20
}
21
22
dependencies {
23
compile 'com.typesafe.akka:akka-actor_2.12:2.5.0'
24
compile project(':kotlinx-coroutines-core-common')
25
compile project(':kotlinx-coroutines-core')
- compile project(':kotlinx-coroutines-core').sourceSets.test.output
26
compile "org.openjdk.jmh:jmh-core:1.21"
27
benchmarks/src/jmh/kotlin/benchmarks/GuideSyncBenchmark.kt
0 commit comments