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