pub fn diff_runs(before: &Report, after: &Report) -> DiffReportExpand description
Compare two analysis reports.
Both reports are expected to come from pipeline::analyze runs on
their respective trace sets, with the same Config (otherwise the
per-endpoint counts and severity assignments may not be comparable).
Pure function: takes references and returns owned data. No I/O.