-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
compiletime-ops.yml
51 lines (39 loc) · 2.01 KB
/
compiletime-ops.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: "Compile-time sums of constant integer types (generated)"
url: https://github.com/lampepfl/dotty/blob/master/bench/src/main/scala/generateBenchmarks.scala
lines:
- key: compiletime-sum-constants
label: bootstrapped
- name: "Compile-time sums of term reference types (generated)"
url: https://github.com/lampepfl/dotty/blob/master/bench/src/main/scala/generateBenchmarks.scala
lines:
- key: compiletime-sum-termrefs
label: bootstrapped
- name: "Sums of term references, result type inferred (generated)"
url: https://github.com/lampepfl/dotty/blob/master/bench/src/main/scala/generateBenchmarks.scala
lines:
- key: compiletime-sum-termrefs-terms
label: bootstrapped
- name: "Compile-time sums of type applications (generated)"
url: https://github.com/lampepfl/dotty/blob/master/bench/src/main/scala/generateBenchmarks.scala
lines:
- key: compiletime-sum-applications
label: bootstrapped
- name: "Compile-time additions inside multiplications (generated)"
url: https://github.com/lampepfl/dotty/blob/master/bench/src/main/scala/generateBenchmarks.scala
lines:
- key: compiletime-distribute
label: bootstrapped
scripts:
compiletime-sum-constants:
- measure 4 6 3 10 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/sum-constants.scala
compiletime-sum-termrefs:
- measure 4 6 3 10 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/sum-termrefs.scala
compiletime-sum-termrefs-terms:
- measure 4 6 3 10 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/sum-termrefs-terms.scala
compiletime-sum-applications:
- measure 4 6 3 10 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/sum-applications.scala
compiletime-distribute:
- measure 4 6 3 10 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/distribute.scala
config:
pr_base_url: "https://github.com/lampepfl/dotty/pull/"