Commit 88f0073
ci: run benchmark job after test jobs to avoid GPU contention
Benchmark was running in parallel with all 4 test jobs, putting 5
concurrent GPU workloads on the same runner and causing OOM for
everything. Sequencing benchmark after test ensures it gets the
GPU to itself.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f20f535 commit 88f0073
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments