Commit ef88e18
committed
fix(ci3): run dedicated benches on bare metal to cut variance
The dedicated bench box used m6a.32xlarge, which is only ~2/3 of a physical
host and shares it with other tenants. A memory-heavy co-tenant steals memory
bandwidth, which showed up as bimodal variance in the bandwidth-bound proving
phases (e.g. avm_bulk wire commitments flipping ~2.1s vs ~3.2s) while compute
phases (sumcheck, trace gen) stayed flat. A controlled experiment confirmed it's
not contention from our own concurrent benches, not NUMA locality, and not code.
Switch to m6a.metal: sole-tenant bare metal, no co-tenant to contend for memory
bandwidth. Still spot-first with on-demand fallback (same sole-tenant hardware
either way), and 96 physical cores gives more bench parallelism than the 32xl.1 parent 1bbe4a6 commit ef88e18
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
193 | | - | |
| 197 | + | |
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
| |||
0 commit comments