pub fn run_and_assert_gas_cost_stability(
    universe: AccountUniverseGen,
    transaction_gens: Vec<impl AUTransactionGen + Clone>
) -> Result<(), TestCaseError>
Expand description

Run these transactions and make sure that they all cost the same amount of gas.