Skip to content

Commit

Permalink
small bench
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Aug 15, 2023
1 parent 22d642e commit bdda5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interprocess.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<ComputeService, _>::new(client);
tracing::debug!("Starting benchmark");
bench(client, 10000).await?;
bench(client, 100).await?;
server_handle.abort();
Ok(())
}
Expand Down

0 comments on commit bdda5da

Please sign in to comment.