linera_views::test_utils::performance

Function find_key_values_by_prefix

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

Benchmarks the find_keys_by_prefix operation.