Skip to main content

diff_runs

Function diff_runs 

Source
pub fn diff_runs(before: &Report, after: &Report) -> DiffReport
Expand 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.