pub async fn contains_keys<D, F>(iterations: u64, f: F) -> Durationwhere D: TestKeyValueDatabase, D::Store: KeyValueStore, F: Fn(Vec<bool>) -> Vec<bool>,
Benchmarks the contains_keys operation.
contains_keys