We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f27da1 commit 0a937bbCopy full SHA for 0a937bb
compilation/src/main/scala/scala/tools/nsc/ScalacBenchmark.scala
@@ -121,8 +121,6 @@ class ColdScalacBenchmark extends ScalacBenchmark {
121
@OutputTimeUnit(TimeUnit.MILLISECONDS)
122
@Warmup(iterations = 0)
123
@Measurement(iterations = 1, time = 30, timeUnit = TimeUnit.SECONDS)
124
-// @Fork triggers match error in dotty, see https://github.com/lampepfl/dotty/issues/2704
125
-// Comment out `@Fork` to run compilation/test with Dotty or wait for that issue to be fixed.
126
@Fork(value = 3, jvmArgs = Array("-Xms2G", "-Xmx2G"))
127
class WarmScalacBenchmark extends ScalacBenchmark {
128
@Benchmark
0 commit comments