Function check

Source
fn check(
    tests: Vec<SuiteTestResult>,
    snaps: Vec<GasSnapshotEntry>,
    tolerance: Option<u32>,
) -> bool
Expand description

Compares the set of tests with an existing gas snapshot.

Returns true all tests match