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
Expand description
Benchmarks the read_value_bytes
operation.