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 1f13d19 commit b3ed6f5Copy full SHA for b3ed6f5
bench/profiles/exhaustivity.yml
@@ -41,6 +41,12 @@ charts:
41
- key: exhaustivity-i12241
42
label: bootstrapped
43
44
+ - name: "exhaustivity i12358"
45
+ url: https://github.com/lampepfl/dotty/blob/master/tests/patmat/i12358.scala
46
+ lines:
47
+ - key: exhaustivity-i12358
48
+ label: bootstrapped
49
+
50
scripts:
51
52
patmatexhaust:
@@ -64,5 +70,8 @@ scripts:
64
70
exhaustivity-i12241:
65
71
- measure 20 40 3 $PROG_HOME/dotty/tests/patmat/i12241.scala
66
72
73
+ exhaustivity-i12358:
74
+ - measure 20 40 3 $PROG_HOME/dotty/tests/patmat/i12358.scala
75
67
76
config:
68
77
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
0 commit comments