Commit 46dbac3
perf: bump benchmark iterations from 5 to 30 and wire up workflow input (#1870)
With only 5 iterations, P95/P99/max are all the same value — no
statistical significance in percentile calculations. Bumping to 30
gives meaningful tail-latency data (P95 = 2nd-worst of 30 runs).
Changes:
- Read iteration count from AWF_BENCHMARK_ITERATIONS env var (default 30)
- Pass workflow_dispatch iterations input to the script via env var
- Increase workflow timeout from 30 to 90 minutes for more iterations
Closes #1864
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 71f2e50 commit 46dbac3
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments