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