Commit f9011e1
bench: replace stack allocation with dynamic allocation
PR-URL: stdlib-js#7317
Ref: stdlib-js#7224
Ref: stdlib-js#369
Co-authored-by: Athan Reines <[email protected]>
Reviewed-by: Athan Reines <[email protected]>1 parent 0db0108 commit f9011e1
File tree
1 file changed
+6
-2
lines changed- lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
0 commit comments