Function linera_views::test_utils::performance::contains_key

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

Benchmarks the contains_key operation.