Skip to main content

diff_summary_with

Function diff_summary_with 

Source
pub fn diff_summary_with(
    baseline: &SubMsBenchSummary,
    candidate: &SubMsBenchSummary,
    regression_threshold_pct: f64,
) -> SubMsBenchDiff
Expand description

Same as diff_summary but caller specifies the regression threshold.