Commit 803e447
authored
TST: test
* Parametrize sum performance test with multiple sizes
Replaces the skipped performance test with a parameterized test for matrix sizes 500, 1000, and 2000 to allow benchmarking across different input sizes.
* TST: test `matrix.sum` costing time
use `np.ndarray.sum` instead of `np.sum`
* Remove 2000 datasize case
40min is still running
* Remove 1000 datasize case
7min is still running
* Remove 500 datasize case
7min is still runningmatrix.sum costing time (#1085)1 parent c3a2666 commit 803e447
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments