From 2f410ae3fafa569f1e90c2d240c482bee5a7983e Mon Sep 17 00:00:00 2001 From: Matt Bovel Date: Thu, 2 Dec 2021 09:08:53 +0100 Subject: [PATCH] Fix typo in benchmark profiles --- bench/profiles/projects.yml | 2 +- bench/profiles/sbt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/"