Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add s2n-quic support #40

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Add s2n-quic support #40

wants to merge 7 commits into from

Conversation

rklaehn
Copy link
Collaborator

@rklaehn rklaehn commented Feb 17, 2023

Very WIP

This performs very badly for the bidi_seq part of the benchmark.

Run like this:

cargo test s2n_quic_channel_bench --release -- --nocapture

...
running 1 test
RPC seq 2_030 rps                                                               
RPC par 33_473 rps                                                              
bidi seq 61 rps                                                                 
test s2n_quic_channel_bench ... ok
...

Not sure what is going on. This test is just pushing a lot of msgs over a single channel, so it should be faster than the RPC par test.

# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	src/transport/mod.rs
@rklaehn rklaehn force-pushed the s2n-quic-2 branch 2 times, most recently from 8210ddd to a48827e Compare February 17, 2023 12:08
also get rid of std::task::ready bc of msrv
@camshaft
Copy link

I'll try to take a look at this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants