Skip to content

Commit

Permalink
Pass pattern to GlobalBenchmarkSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Jan 1, 2024
1 parent 657a0e0 commit 8723269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ addCommandAlias(
Seq(
s"${compilerBridge213.id}/packageBin",
s"${compilerBridge212.id}/packageBin",
s"${zincBenchmarks.jvm(scala212).id}/Test/run $dir",
s"${zincBenchmarks.jvm(scala212).id}/Test/run $dir $pattern",
s"${zincBenchmarks.jvm(scala212).id}/jmh:run -p _tempDir=$dir -prof gc -foe true $pattern",
s"""eval IO.delete(file("$dir"))""",
).mkString(";", ";", "")
Expand Down

0 comments on commit 8723269

Please sign in to comment.