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