linera_views::test_utils::performance

Function contains_keys

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

Benchmarks the contains_keys operation.