Commit d003102
fix(perf_test): run_warm picked blank lines from vegeta target file
vegeta target files have 2-line entries (GET URL\n\n), so picking by raw
line number landed on a blank line half the time. The empty URL made
curl exit non-zero and `set -e` killed the script before the warm pass
could complete. Extract just the GET URLs into an array first, then
index into that array.
Caught while running scripts/perf_test.sh against the post-#68
deployment for the multi-worker re-baseline.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 18e1908 commit d003102
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
107 | 116 | | |
108 | 117 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 118 | + | |
112 | 119 | | |
113 | | - | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
| |||
0 commit comments