pub fn save_benchmark_outputs(
record: &mut BenchmarkRecord,
result: &ReconstructionResult,
directory: impl AsRef<Path>,
) -> Result<()>Expand description
Saves the standard reconstruction artifacts for a benchmark case and adds their paths to the record.