Function linera_views::test_utils::performance::contains_keys

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

Benchmarks the contains_keys operation.