Searched refs:explanation_str (Results 1 – 2 of 2) sorted by relevance
607 let explanation_str: String; in measurement_complete() localVariable610 explanation_str = "No change in performance detected.".to_owned(); in measurement_complete()618 explanation_str = in measurement_complete()625 explanation_str = format!("Performance has {}.", self.red("regressed")); in measurement_complete()628 explanation_str = "Change within noise threshold.".to_owned(); in measurement_complete()684 println!("{}{}", " ".repeat(24), explanation_str); in measurement_complete()
571 let explanation_str: String; in comparison() localVariable574 explanation_str = "No change in performance detected.".to_owned(); in comparison()579 explanation_str = "Performance has improved.".to_owned(); in comparison()582 explanation_str = "Performance has regressed.".to_owned(); in comparison()585 explanation_str = "Change within noise threshold.".to_owned(); in comparison()594 explanation: explanation_str, in comparison()