Commit 162cda6
authored
fix: state pressure benchmark test (#3203)
fix: increase default CountPerSpammer to prevent empty measurement window
With 2 spammers at 200 tx/s each, the previous default of 2000 txs per
spammer meant all 4000 txs could complete during the 3s init sleep +
warmup phase, leaving the measurement window with only empty blocks.
Increasing to 5000 (10000 total) ensures enough txs remain after warmup.1 parent 47ed4ed commit 162cda6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments