Skip to content

Commit 01c352d

Browse files
committed
Revert scala#10591: use sbt-jmh 0.3.2
- sbt-jmh 0.3.2 uses jmh 1.19 - sbt-jmh 0.4.0 uses jmh 1.25 Run the same command: ``` scala3-bench-bootstrapped/jmh:run tests/bench/FindRef.scala ``` sbt-jmh 0.3.2 takes <1 min, while 0.4.0 takes ~8min. Not much information found in the archive and internet: https://mail.openjdk.java.net/pipermail/jmh-dev/ Will eventually update when we have a better fix.
1 parent 6d9e101 commit 01c352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
1010

1111
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13")
1212

13-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
13+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.2")
1414

1515
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

0 commit comments

Comments
 (0)