Commit 8c26832
committed
Halve listview zip bench LEN to stay under CodSpeed simulation budget
CodSpeed's instruction-count simulation runs ~10x local walltime, putting the
8192-list bench at ~550us there. Drop to 4096 lists so each case stays well
under a few hundred microseconds in CI while still exercising the select.
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>1 parent 21b59cf commit 8c26832
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
0 commit comments