Home
last modified time | relevance | path

Searched refs:regression_path (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/criterion/src/html/
Dmod.rs65 let mut regression_path = PathBuf::from(output_directory); in from_id() localVariable
66 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()