pub fn default_num_transactions() -> usize
Expand description

The number of transactions to run universe-based proptests with. Set with the UNIVERSE_SIZE environment variable (this function will return twice that).

Larger values will provide greater testing but will take longer to run and shrink. Release mode is recommended for values above 100.