We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dbb82 commit bb6c961Copy full SHA for bb6c961
bench/profiles/exhaustivity.yml
@@ -35,6 +35,12 @@ charts:
35
- key: exhaustivity-mips
36
label: bootstrapped
37
38
+ - name: "exhaustivity i12241"
39
+ url: https://github.com/lampepfl/dotty/blob/master/tests/patmat/i12241.scala
40
+ lines:
41
+ - key: exhaustivity-i12241
42
+ label: bootstrapped
43
+
44
scripts:
45
46
patmatexhaust:
@@ -55,5 +61,8 @@ scripts:
55
61
exhaustivity-mips:
56
62
- measure 20 40 3 $PROG_HOME/dotty/tests/patmat/i7186.scala
57
63
64
+ exhaustivity-i12241:
65
+ - measure 20 40 3 $PROG_HOME/dotty/tests/patmat/i12241.scala
66
58
67
config:
59
68
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
0 commit comments