Skip to content

Commit 26aba2b

Browse files
authored
Merge pull request #3389 from dotty-staging/fix-bench-out
set bench output to be stdout without prefix
2 parents 02252a8 + 9062c4a commit 26aba2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ object Build {
239239
)
240240

241241
lazy val commonBenchmarkSettings = Seq(
242+
outputStrategy := Some(StdoutOutput),
242243
mainClass in (Jmh, run) := Some("dotty.tools.benchmarks.Bench"), // custom main for jmh:run
243244
javaOptions += "-DBENCH_CLASS_PATH=" + Attributed.data((fullClasspath in Compile).value).mkString("", ":", "")
244245
)

0 commit comments

Comments
 (0)