Function linera_views::test_utils::performance::read_multi_values_bytes

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

Benchmarks the read_multi_values_bytes operation.