bench_ping_pong_duplex

Function bench_ping_pong_duplex 

Source
pub(crate) async fn bench_ping_pong_duplex(
    transport: ChannelTransport,
    num_iterations: usize,
    message_size: usize,
) -> Result<Duration>
Expand description

Quiet duplex ping-pong benchmark for suite mode, returning total elapsed time.