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