pub fn process_results(
    results: &RunnerResults,
    output_dir: &Path,
    summary_limit: usize
) -> Result<()>
Expand description

Called with the results of a parallel_test, this outputs the results.csv (all results with timings) and the failures.csv (unexpected results for the user the user needs to debug, or to use as their --baseline for future regression testing). Also prints a summary of failures, flakes, and runtimes for management of test runs.