You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Reduce test parallelism on low-core machines to avoid flaky timing tests
Using -j numCpus on 4-core macOS CI (Orka VM) caused
CKMostCorrelatedTest/testScale to fail because full CPU saturation
made wall-clock based complexity assertions unreliable (exponent
2.21 vs threshold 2.1). Cap at numCpus-1 for <=4 cores to leave
headroom for timing-sensitive benchmarks.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments