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