pub fn create_test_operations(count: usize, seed: u64) -> Vec<Operation> ⓘ
Expand description
Create deterministic test operations for demonstration purposes.
This function creates a sequence of Update operations followed by periodic Commit operations. The operations are deterministic based on the count and seed parameters.