denoland / fastwebsockets

A fast RFC6455 WebSocket implementation
https://docs.rs/fastwebsockets/
Apache License 2.0
881 stars 66 forks source link

Any benchmark on ws recv? #66

Closed guotie closed 9 months ago

guotie commented 9 months ago

I saw the benchmark is about ws server, are there any bench mark about ws recv message?

littledivy commented 9 months ago

The benchmark is a recv-write echo loop:

https://github.com/denoland/fastwebsockets/blob/70a4a98c3927b400d5db002441788799c9e58846/examples/echo_server.rs#L31-L35