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