File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ benchmarks =
22
22
funcToBenchmark
23
23
" double linear shape: applyMerge min [1..] [1..]"
24
24
min ,
25
+ funcToBenchmark
26
+ " box shape: applyMerge max [1..] [1..]"
27
+ max ,
25
28
funcToBenchmark
26
29
" triangular shape: applyMerge (+) [1..] [1..]"
27
30
(+) ,
Original file line number Diff line number Diff line change @@ -48,6 +48,27 @@ We benchmark the performance of the `applyMerge` implementations on different
48
48
. * * * * * * * * * * * * * *
49
49
</details >
50
50
51
+ * Box: ` applyMerge max [1..] [1..] `
52
+ <details >
53
+ <summary >Shape</summary >
54
+
55
+ . . . . . . . * * * * * * * *
56
+ . . . . . . . * * * * * * * *
57
+ . . . . . . . * * * * * * * *
58
+ . . . . . . . * * * * * * * *
59
+ . . . . . . . * * * * * * * *
60
+ . . . . . . . * * * * * * * *
61
+ . . . . . . . * * * * * * * *
62
+ * * * * * * * * * * * * * * *
63
+ * * * * * * * * * * * * * * *
64
+ * * * * * * * * * * * * * * *
65
+ * * * * * * * * * * * * * * *
66
+ * * * * * * * * * * * * * * *
67
+ * * * * * * * * * * * * * * *
68
+ * * * * * * * * * * * * * * *
69
+ * * * * * * * * * * * * * * *
70
+ </details >
71
+
51
72
* Triangular ` applyMerge (+) [1..] [1..] `
52
73
<details >
53
74
<summary>Shape</summary>
You can’t perform that action at this time.
0 commit comments