pub async fn contains_keys<S: TestKeyValueStore, F>( iterations: u64, f: F, ) -> Durationwhere F: Fn(Vec<bool>) -> Vec<bool>,
Benchmarks the contains_keys operation.
contains_keys