Function write_to_gas_snapshot_file

Source
fn write_to_gas_snapshot_file(
    tests: &[SuiteTestResult],
    path: impl AsRef<Path>,
    _format: Option<Format>,
) -> Result<()>
Expand description

Writes a series of tests to a gas snapshot file after sorting them.