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

Upgrade tokio-tungstenite to 0.15 #883

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Upgrade tokio-tungstenite to 0.15 #883

merged 1 commit into from
Jul 22, 2021

Conversation

simonborje
Copy link
Contributor

Hi, thanks for maintaining this great project!

The tokio-tungstenite library was recently updated to version 0.15 which includes some performance improvements over version 0.14. In my test setup, which uses "websocat" to send messages to the bundled example echo-server ("examples/websocket.rs"), the throughput with version 0.15 is improved from about 60 MB/s to 80MB/s with a single connection.
Using several parallel connections maxes out the network bandwidth so the total transfer time is about the same, but the CPU load on the server is consistently lower (~50% CPU idle according to "top" with tokio-tungstenite 0.15, compared to ~35% idle with version 0.14). The echo-server was run on a Raspberry Pi 4 with the standard Raspberry Pi OS.

I thought it might be worthwhile to update to this new version, unless there are other reasons for why it might not be desirable.
Please let me know what you think.

@jxs jxs merged commit 985587a into seanmonstar:master Jul 22, 2021
@jxs
Copy link
Collaborator

jxs commented Jul 22, 2021

thanks! <3

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