pub fn table_ops(fuzz_config: Config, ops: TableOps) -> Result<usize>
Expand description
Execute a series of table.get
and table.set
operations.
Returns the number of gc
operations which occurred throughout the test
case – used to test below that gc happens reasonably soon and eventually.