File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7
7
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit_cache.scala
8
8
9
9
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
11
11
12
12
implicit-scope-loop :
13
13
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala
@@ -46,16 +46,16 @@ scripts:
46
46
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicitNums.scala
47
47
48
48
implicitNums-from-tasty :
49
- - source $PROG_HOME/tests /scripts/implicitNums-from-tasty
49
+ - source $PROG_HOME/dotty/bench /scripts/implicitNums-from-tasty
50
50
51
51
inductive-implicits :
52
52
- measure 1 1 1 $PROG_HOME/dotty/tests/bench/inductive-implicits.scala
53
53
54
54
scalap :
55
- - source $PROG_HOME/tests /scripts/scalap
55
+ - source $PROG_HOME/dotty/bench /scripts/scalap
56
56
57
57
power-macro-power-inlined-1 :
58
- - source $PROG_HOME/tests /scripts/power-macro-1
58
+ - source $PROG_HOME/dotty/bench /scripts/power-macro-1
59
59
60
60
power-macro-power-inlined-1k :
61
- - source $PROG_HOME/tests /scripts/power-macro-1k
61
+ - source $PROG_HOME/dotty/bench /scripts/power-macro-1k
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ scripts:
33
33
- measure $PROG_HOME/dotty/tests/bench/implicit_cache.scala
34
34
35
35
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
37
37
38
38
implicit-scope-loop :
39
39
- measure $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala
@@ -45,7 +45,7 @@ scripts:
45
45
- measure $PROG_HOME/dotty/tests/bench/implicitNums.scala
46
46
47
47
implicitNums-from-tasty :
48
- - source $PROG_HOME/tests /scripts/implicitNums-from-tasty
48
+ - source $PROG_HOME/dotty/bench /scripts/implicitNums-from-tasty
49
49
50
50
config :
51
51
pr_base_url : " https://github.com/lampepfl/dotty/pull/"
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ scripts:
32
32
- measure $(find $PROG_HOME/tests/re2s/src -name *.scala)
33
33
34
34
# scalapb:
35
- # - source $PROG_HOME/tests /scripts/scalapb
35
+ # - source $PROG_HOME/dotty/bench /scripts/scalapb
36
36
37
37
scalap :
38
- - source $PROG_HOME/tests /scripts/scalap
38
+ - source $PROG_HOME/dotty/bench /scripts/scalap
39
39
40
40
stdlib213 :
41
- - source $PROG_HOME/tests /scripts/stdlib213
41
+ - source $PROG_HOME/dotty/bench /scripts/stdlib213
42
42
43
43
config :
44
44
pr_base_url : " https://github.com/lampepfl/dotty/pull/"
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ charts:
20
20
scripts :
21
21
22
22
power-macro-power-inlined-1 :
23
- - source $PROG_HOME/tests /scripts/power-macro-1
23
+ - source $PROG_HOME/dotty/bench /scripts/power-macro-1
24
24
25
25
power-macro-power-inlined-1k :
26
- - source $PROG_HOME/tests /scripts/power-macro-1k
26
+ - source $PROG_HOME/dotty/bench /scripts/power-macro-1k
27
27
28
28
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
30
30
31
31
config :
32
32
pr_base_url : " https://github.com/lampepfl/dotty/pull/"
You can’t perform that action at this time.
0 commit comments