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