Skip to content

Commit

Permalink
util, finagle, finatra, scrooge: Bump sbt-jmh plugin version to 0.4.0
Browse files Browse the repository at this point in the history
Problem:

The latest version of the sbt-jmh plugin for running JMH microbenchmarking is
0.4.0. This version supports sbt 1.3.0+ and JMH 1.25. One feature of JMH 1.25
that we can take advantage of is the async profiler for profiling CPU cycles,
cache misses, and stack traces. We are currently on 0.3.4.

Solution:

Bump the sbt-jmh plugin version to 0.4.0

JIRA Issues: CSL-10421

Differential Revision: https://phabricator.twitter.biz/D588819
  • Loading branch information
tigerlily-he authored and jenkins committed Dec 9, 2020
1 parent d45dfb0 commit c4f032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")

0 comments on commit c4f032d

Please sign in to comment.