|
1 | 1 | charts: |
2 | 2 | - name: "exhaustivity check" |
3 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/bench/patmatexhaust.scala |
| 3 | + url: https://github.com/scala/scala3/blob/main/tests/bench/patmatexhaust.scala |
4 | 4 | lines: |
5 | 5 | - key: patmatexhaust |
6 | 6 | label: bootstrapped |
7 | 7 |
|
8 | 8 | - name: "exhaustivity I" |
9 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-I.scala |
| 9 | + url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-I.scala |
10 | 10 | lines: |
11 | 11 | - key: exhaustivity-I |
12 | 12 | label: bootstrapped |
13 | 13 |
|
14 | 14 | - name: "exhaustivity S" |
15 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-S.scala |
| 15 | + url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-S.scala |
16 | 16 | lines: |
17 | 17 | - key: exhaustivity-S |
18 | 18 | label: bootstrapped |
19 | 19 |
|
20 | 20 | - name: "exhaustivity T" |
21 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-T.scala |
| 21 | + url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-T.scala |
22 | 22 | lines: |
23 | 23 | - key: exhaustivity-T |
24 | 24 | label: bootstrapped |
25 | 25 |
|
26 | 26 | - name: "exhaustivity V" |
27 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-V.scala |
| 27 | + url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-V.scala |
28 | 28 | lines: |
29 | 29 | - key: exhaustivity-V |
30 | 30 | label: bootstrapped |
31 | 31 |
|
32 | 32 | - name: "exhaustivity MIPS" |
33 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i7186.scala |
| 33 | + url: https://github.com/scala/scala3/blob/main/tests/patmat/i7186.scala |
34 | 34 | lines: |
35 | 35 | - key: exhaustivity-mips |
36 | 36 | label: bootstrapped |
37 | 37 |
|
38 | 38 | - name: "exhaustivity i12241" |
39 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i12241.scala |
| 39 | + url: https://github.com/scala/scala3/blob/main/tests/patmat/i12241.scala |
40 | 40 | lines: |
41 | 41 | - key: exhaustivity-i12241 |
42 | 42 | label: bootstrapped |
43 | 43 |
|
44 | 44 | - name: "exhaustivity i12358" |
45 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i12358.scala |
| 45 | + url: https://github.com/scala/scala3/blob/main/tests/patmat/i12358.scala |
46 | 46 | lines: |
47 | 47 | - key: exhaustivity-i12358 |
48 | 48 | label: bootstrapped |
49 | 49 |
|
50 | 50 | - name: "exhaustivity i13565" |
51 | | - url: https://github.com/lampepfl/dotty/blob/main/tests/pos/i13565.scala |
| 51 | + url: https://github.com/scala/scala3/blob/main/tests/pos/i13565.scala |
52 | 52 | lines: |
53 | 53 | - key: exhaustivity-i13565 |
54 | 54 | label: bootstrapped |
@@ -83,4 +83,4 @@ scripts: |
83 | 83 | - measure 20 40 3 $PROG_HOME/dotty/tests/pos/i13565.scala |
84 | 84 |
|
85 | 85 | config: |
86 | | - pr_base_url: "https://github.com/lampepfl/dotty/pull/" |
| 86 | + pr_base_url: "https://github.com/scala/scala3/pull/" |
0 commit comments