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
--jobs should be the logical CPU count unless overridden (hopefully there's a crate for this).
--split should be enabled automatically if --jobs > 1 or --repeat. We may need --no-split --repeat, although that's a pathological case only really useful for profiling.
The text was updated successfully, but these errors were encountered:
--jobs
should be the logical CPU count unless overridden (hopefully there's a crate for this).--split
should be enabled automatically if--jobs
> 1 or--repeat
. We may need--no-split --repeat
, although that's a pathological case only really useful for profiling.The text was updated successfully, but these errors were encountered: