Skip to content

Commit

Permalink
remove tapir benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Oct 27, 2023
1 parent 0cf3727 commit 8f5e531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,7 @@ lazy val `kyo-bench` =
.crossType(CrossType.Pure)
.in(file("kyo-bench"))
.enablePlugins(JmhPlugin)
.dependsOn(`kyo-core`)
// .dependsOn(`kyo-core` % "runtime")
// .dependsOn(`kyo-core-opt` % "provided")
.dependsOn(`kyo-sttp`)
.dependsOn(`kyo-tapir`)
.dependsOn(`kyo-core-opt`)
.settings(
`kyo-settings`,
`without-cross-scala`,
Expand Down
52 changes: 0 additions & 52 deletions kyo-bench/src/main/scala/kyo/bench/TapirHttpBench.scala

This file was deleted.

0 comments on commit 8f5e531

Please sign in to comment.