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

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

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.