pub fn diff_summary_with(
baseline: &SubMsBenchSummary,
candidate: &SubMsBenchSummary,
regression_threshold_pct: f64,
) -> SubMsBenchDiffExpand description
Same as diff_summary but caller specifies the regression threshold.
pub fn diff_summary_with(
baseline: &SubMsBenchSummary,
candidate: &SubMsBenchSummary,
regression_threshold_pct: f64,
) -> SubMsBenchDiffSame as diff_summary but caller specifies the regression threshold.