Skip to content

Commit f284dfc

Browse files
committed
Benchmarks improvements:
* Build jmh jar into root directory to simplify benchmarking * Remove GuideSyncBenchmark as obsolete * Drop test dependency to speed up build
1 parent ca0f12e commit f284dfc

File tree

2 files changed

+1
-81
lines changed

2 files changed

+1
-81
lines changed

benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jmhJar {
1616
baseName 'benchmarks'
1717
classifier = null
1818
version = null
19+
destinationDir = file("$rootDir")
1920
}
2021

2122
dependencies {
2223
compile 'com.typesafe.akka:akka-actor_2.12:2.5.0'
2324
compile project(':kotlinx-coroutines-core-common')
2425
compile project(':kotlinx-coroutines-core')
25-
compile project(':kotlinx-coroutines-core').sourceSets.test.output
2626
compile "org.openjdk.jmh:jmh-core:1.21"
2727
}

benchmarks/src/jmh/kotlin/benchmarks/GuideSyncBenchmark.kt

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)