linera_views::test_utils::performance

Function contains_key

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

Benchmarks the contains_key operation.