Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Sep 30, 2021
1 parent 10c6ac0 commit 3df1307
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ tasks.named<Jar>("jmhJar") {
}

dependencies {
compile("org.openjdk.jmh:jmh-core:1.26")
compile("io.projectreactor:reactor-core:${version("reactor")}")
compile("io.reactivex.rxjava2:rxjava:2.1.9")
compile("com.github.akarnokd:rxjava2-extensions:0.20.8")
implementation("org.openjdk.jmh:jmh-core:1.26")
implementation("io.projectreactor:reactor-core:${version("reactor")}")
implementation("io.reactivex.rxjava2:rxjava:2.1.9")
implementation("com.github.akarnokd:rxjava2-extensions:0.20.8")

compile("com.typesafe.akka:akka-actor_2.12:2.5.0")
compile(project(":kotlinx-coroutines-core"))
implementation("com.typesafe.akka:akka-actor_2.12:2.5.0")
implementation(project(":kotlinx-coroutines-core"))
implementation(project(":kotlinx-coroutines-reactive"))

// add jmh dependency on main
"jmhImplementation"(sourceSets.main.get().runtimeClasspath)
Expand Down

0 comments on commit 3df1307

Please sign in to comment.