Function arti_bench::client

source ·
pub(crate) async fn client<S: AsyncRead + AsyncWrite + Unpin>(
    socket: S,
    send: Arc<[u8]>,
    receive: Arc<[u8]>
) -> Result<ClientTiming>
Expand description

Runs the benchmarking client on the provided socket.