You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
We have 2 benchmark types; one with criterion, and another binary based solution for distributed benches (the latter wip).
Both of these benchmarking strategies should support QUIC, along with the existing TCP implemented atm. The binaries should support switching the transport with a cli argument
When it comes to adding the quic support, I noticed most of the quic libraries implement asyncwrite and asyncread on 2 separate structs. So we may need to switch our implementation to accept both halves instead of a single thing. For tcp, the tokio tcpstream we use already supports splitting so should work nicely.
No description provided.
The text was updated successfully, but these errors were encountered: