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.
2 parents 02252a8 + 9062c4a commit 26aba2bCopy full SHA for 26aba2b
project/Build.scala
@@ -239,6 +239,7 @@ object Build {
239
)
240
241
lazy val commonBenchmarkSettings = Seq(
242
+ outputStrategy := Some(StdoutOutput),
243
mainClass in (Jmh, run) := Some("dotty.tools.benchmarks.Bench"), // custom main for jmh:run
244
javaOptions += "-DBENCH_CLASS_PATH=" + Attributed.data((fullClasspath in Compile).value).mkString("", ":", "")
245
0 commit comments