blob: df7ef143140a53b00ace6d51d9050a109ed7e416 [file] [log] [blame]
plugins {
id "me.champeau.gradle.jmh" version "0.4.4"
}
repositories {
maven { url "http://repo.typesafe.com/typesafe/releases/" }
}
dependencies {
jmh 'com.typesafe.akka:akka-actor_2.12:2.5.0'
jmh project(':kotlinx-coroutines-core-common')
jmh project(':kotlinx-coroutines-core')
jmh project(':kotlinx-coroutines-core').sourceSets.test.output
jmh project(':kotlinx-coroutines-io')
}
jmh.jmhVersion = '1.19'
jmhJar.archiveName = 'benchmarks.jar'
//jmh {
// include = ['.*Channel.*Benchmark']
// exclude = ['.*Guice.*', '.*PingPong.*']
//}