pub(crate) async fn client<S: AsyncRead + AsyncWrite + Unpin>( socket: S, send: Arc<[u8]>, receive: Arc<[u8]>, ) -> Result<ClientTiming>
Runs the benchmarking client on the provided socket.