Function cosmwasm_vm::testing::test_io[][src]

pub fn test_io<A, S, Q>(instance: &mut Instance<A, S, Q>) where
    A: BackendApi + 'static,
    S: Storage + 'static,
    Q: Querier + 'static, 
Expand description

Runs a series of IO tests, hammering especially on allocate and deallocate. This could be especially useful when run with some kind of leak detector.