pub async fn read_multi_values_bytes<S: TestKeyValueStore, F>( iterations: u64, f: F, ) -> Durationwhere F: Fn(Vec<Option<Vec<u8>>>) -> Vec<Option<Vec<u8>>>,
Benchmarks the read_multi_values_bytes operation.
read_multi_values_bytes