--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.
--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.