linera_views::test_utils::performance

Function find_keys_by_prefix

Source
pub async fn find_keys_by_prefix<S: TestKeyValueStore, F>(
    iterations: u64,
    f: F,
) -> Duration
where F: Fn(S::Keys) -> S::Keys,
Expand description

Benchmarks the find_keys_by_prefix operation.