pub async fn find_key_values_by_prefix<S: LocalKeyValueStore, F>(
    store: S,
    iterations: u64,
    f: F,
) -> Duration
where S::Error: Debug, F: Fn(S::KeyValues) -> S::KeyValues,
Expand description

Benchmarks the find_keys_by_prefix operation.