blob: ff799531f6dd96c9a922543767dfa78b31342d86 [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.0.2'
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.*']
//}