Searched refs:regression_path (Results 1 – 1 of 1) sorted by relevance
65 let mut regression_path = PathBuf::from(output_directory); in from_id() localVariable66 regression_path.push(id.as_directory_name()); in from_id()67 regression_path.push("report"); in from_id()68 regression_path.push("regression.svg"); in from_id()73 regression_exists: regression_path.is_file(), in from_id()