forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimplicits.yml
51 lines (40 loc) · 1.56 KB
/
implicits.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
charts:
- name: "implicit cache I"
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicit_cache.scala
lines:
- key: implicit-cache
label: bootstrapped
- key: implicit-cache-from-tasty
label: from tasty
- name: "implicit cache II"
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicitNums.scala
lines:
- key: implicitNums
label: bootstrapped
- key: implicitNums-from-tasty
label: from tasty
- name: "implicit scope loop"
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicit-scope-loop.scala
lines:
- key: implicit-scope-loop
label: bootstrapped
- name: "inductive implicits"
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/inductive-implicits.scala
lines:
- key: inductive-implicits
label: bootstrapped
scripts:
implicit-cache:
- measure $PROG_HOME/dotty/tests/bench/implicit_cache.scala
implicit-cache-from-tasty:
- source $PROG_HOME/dotty/bench/scripts/implicit-cache-from-tasty
implicit-scope-loop:
- measure $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala
inductive-implicits:
- measure $PROG_HOME/dotty/tests/bench/inductive-implicits.scala
implicitNums:
- measure $PROG_HOME/dotty/tests/bench/implicitNums.scala
implicitNums-from-tasty:
- source $PROG_HOME/dotty/bench/scripts/implicitNums-from-tasty
config:
pr_base_url: "https://github.com/lampepfl/dotty/pull/"