Commit b951ff5
authored
build(e2e): pin the number of suite binaries running at once
-parallel bounds tests inside a binary; -p bounds the binaries and still
defaults to GOMAXPROCS, so peak clusters followed the core count. Measured on a
harness with the suite's package and test shape: 5 at four cores, 10 at eight,
15 at sixteen. Pinning -p holds it at 5 everywhere.
Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>1 parent 4c52374 commit b951ff5
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
247 | 251 | | |
248 | 252 | | |
249 | 253 | | |
250 | | - | |
| 254 | + | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| |||
0 commit comments