Function linera_views::test_utils::performance::find_keys_by_prefix

source ยท
pub async fn find_keys_by_prefix<S: LocalKeyValueStore, F>(
    store: S,
    iterations: u64,
    f: F,
) -> Duration
where S::Error: Debug, F: Fn(S::Keys) -> S::Keys,
Expand description

Benchmarks the find_keys_by_prefix operation.