Skip to content

Commit c1f468e

Browse files
committed
Fix path to test scripts
1 parent f7ba440 commit c1f468e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

bench/profiles/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scripts:
77
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit_cache.scala
88

99
implicit-cache-from-tasty:
10-
- source $PROG_HOME/tests/scripts/implicit-cache-from-tasty
10+
- source $PROG_HOME/dotty/bench/scripts/implicit-cache-from-tasty
1111

1212
implicit-scope-loop:
1313
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala
@@ -46,16 +46,16 @@ scripts:
4646
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicitNums.scala
4747

4848
implicitNums-from-tasty:
49-
- source $PROG_HOME/tests/scripts/implicitNums-from-tasty
49+
- source $PROG_HOME/dotty/bench/scripts/implicitNums-from-tasty
5050

5151
inductive-implicits:
5252
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/inductive-implicits.scala
5353

5454
scalap:
55-
- source $PROG_HOME/tests/scripts/scalap
55+
- source $PROG_HOME/dotty/bench/scripts/scalap
5656

5757
power-macro-power-inlined-1:
58-
- source $PROG_HOME/tests/scripts/power-macro-1
58+
- source $PROG_HOME/dotty/bench/scripts/power-macro-1
5959

6060
power-macro-power-inlined-1k:
61-
- source $PROG_HOME/tests/scripts/power-macro-1k
61+
- source $PROG_HOME/dotty/bench/scripts/power-macro-1k

bench/profiles/implicits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scripts:
3333
- measure $PROG_HOME/dotty/tests/bench/implicit_cache.scala
3434

3535
implicit-cache-from-tasty:
36-
- source $PROG_HOME/tests/scripts/implicit-cache-from-tasty
36+
- source $PROG_HOME/dotty/bench/scripts/implicit-cache-from-tasty
3737

3838
implicit-scope-loop:
3939
- measure $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala
@@ -45,7 +45,7 @@ scripts:
4545
- measure $PROG_HOME/dotty/tests/bench/implicitNums.scala
4646

4747
implicitNums-from-tasty:
48-
- source $PROG_HOME/tests/scripts/implicitNums-from-tasty
48+
- source $PROG_HOME/dotty/bench/scripts/implicitNums-from-tasty
4949

5050
config:
5151
pr_base_url: "https://github.com/lampepfl/dotty/pull/"

bench/profiles/projects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ scripts:
3232
- measure $(find $PROG_HOME/tests/re2s/src -name *.scala)
3333

3434
# scalapb:
35-
# - source $PROG_HOME/tests/scripts/scalapb
35+
# - source $PROG_HOME/dotty/bench/scripts/scalapb
3636

3737
scalap:
38-
- source $PROG_HOME/tests/scripts/scalap
38+
- source $PROG_HOME/dotty/bench/scripts/scalap
3939

4040
stdlib213:
41-
- source $PROG_HOME/tests/scripts/stdlib213
41+
- source $PROG_HOME/dotty/bench/scripts/stdlib213
4242

4343
config:
4444
pr_base_url: "https://github.com/lampepfl/dotty/pull/"

bench/profiles/quotes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ charts:
2020
scripts:
2121

2222
power-macro-power-inlined-1:
23-
- source $PROG_HOME/tests/scripts/power-macro-1
23+
- source $PROG_HOME/dotty/bench/scripts/power-macro-1
2424

2525
power-macro-power-inlined-1k:
26-
- source $PROG_HOME/tests/scripts/power-macro-1k
26+
- source $PROG_HOME/dotty/bench/scripts/power-macro-1k
2727

2828
quote-string-interpolation-matching:
29-
- source $PROG_HOME/tests/scripts/quote-string-interpolation-matching
29+
- source $PROG_HOME/dotty/bench/scripts/quote-string-interpolation-matching
3030

3131
config:
3232
pr_base_url: "https://github.com/lampepfl/dotty/pull/"

0 commit comments

Comments
 (0)