Commit 73868b0
committed
perf(bench): reduce sample_size from 10 to 3 for Corpus/Entropy/Large/Silesia
Criterion warned 'Unable to complete 10 samples in 4.0s' on heavy
levels (level_22_btultra2 + 1 MiB+ payloads) because a single encode
pass already takes well over a second. Drop sample_size to 3 for the
three scenario classes that fired the warning. Three samples + the
existing measurement_time budget is enough for the dashboard's
regression-band sensitivity (±5%) on canonical alert levels while
keeping per-shard wall time bounded. Small scenarios stay at
sample_size=30 (they finish in microseconds, more samples cheap).1 parent b6336ec commit 73868b0
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
514 | 520 | | |
515 | 521 | | |
516 | 522 | | |
517 | 523 | | |
518 | | - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
519 | 529 | | |
520 | 530 | | |
521 | 531 | | |
| |||
0 commit comments