pub fn run<P: Progress>(
opts: &RunOptions,
progress: &mut P,
) -> Result<RunReport>Expand description
Capture every device in opts, reporting progress as it goes.
A device that fails does not abort the matrix unless fail_fast is set:
when eight of nine sizes are fine, you want the eight and a clear note
about the ninth, not an empty output directory.