Skip to content

Commit

Permalink
just streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Aug 15, 2023
1 parent bdda5da commit c2c1087
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, 100).await?;
bench(client, 100000).await?;
server_handle.abort();
Ok(())
}
Expand Down

0 comments on commit c2c1087

Please sign in to comment.