diff --git a/tests/interprocess.rs b/tests/interprocess.rs index fd5fd5a..f142207 100644 --- a/tests/interprocess.rs +++ b/tests/interprocess.rs @@ -162,7 +162,7 @@ async fn quinn_flume_channel_bench() -> anyhow::Result<()> { quic_rpc::transport::quinn::QuinnConnection::new(client, server_addr, "localhost".into()); let client = RpcClient::::new(client); tracing::debug!("Starting benchmark"); - bench(client, 10000).await?; + bench(client, 100).await?; server_handle.abort(); Ok(()) }