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] Revert test parallelism to -j 2 for low-core machines
Using numCpus-1 (i.e. -j 3 on 4 cores) caused CPU contention on
macOS Orka VMs, slowing timing-sensitive tests. Revert to -j 2 for
machines with <=4 cores — the proven safe value.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments