diff --git a/bench/profiles/projects.yml b/bench/profiles/projects.yml index 10e90eb1c5d3..cc6fb7c90474 100644 --- a/bench/profiles/projects.yml +++ b/bench/profiles/projects.yml @@ -26,7 +26,7 @@ charts: scripts: dotty: - - measure -- -with-compiler $ $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java) + - measure -- -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java) re2s: - measure -- $(find $PROG_HOME/tests/re2s/src -name *.scala) diff --git a/bench/profiles/sbt.yml b/bench/profiles/sbt.yml index 0503a35d36a7..3e5e8f44a3dc 100644 --- a/bench/profiles/sbt.yml +++ b/bench/profiles/sbt.yml @@ -9,7 +9,7 @@ charts: scripts: dotty-sbt: - - measure -- -with-compiler $ -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java) + - measure -- -with-compiler -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java) config: pr_base_url: "https://github.com/lampepfl/dotty/pull/"