Skip to content

Commit

Permalink
Remove bench module (close #799)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jul 17, 2023
1 parent 1f2af5d commit a4cf053
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 297 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ lazy val kafkaDistroless = project
.settings(addCompilerPlugin(betterMonadicFor))
.dependsOn(commonFs2)

lazy val bench = project
.in(file("modules/bench"))
.dependsOn(pubsub % "test->test")
.enablePlugins(JmhPlugin)

lazy val rabbitmq = project
.in(file("modules/rabbitmq"))
.enablePlugins(BuildInfoPlugin, JavaAppPackaging, SnowplowDockerPlugin)
Expand Down
6 changes: 0 additions & 6 deletions modules/bench/build.sbt

This file was deleted.

2 changes: 0 additions & 2 deletions modules/bench/src/test/resources/simplelogger.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.snowplowanalytics" % "sbt-snowplow-release" % "0.2.1")

0 comments on commit a4cf053

Please sign in to comment.