diff

Function diff 

Source
fn diff(
    tests: Vec<SuiteTestResult>,
    snaps: Vec<GasSnapshotEntry>,
    sort_order: DiffSortOrder,
) -> Result<()>
Expand description

Compare the set of tests with an existing gas snapshot.