Function linera_views::test_utils::performance::read_value_bytes

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

Benchmarks the read_value_bytes operation.