Skip to content

Commit

Permalink
Fix typo in benchmark profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel committed Dec 2, 2021
1 parent f6b6e50 commit 2f410ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/profiles/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bench/profiles/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 2f410ae

Please sign in to comment.