python-hyper / wsproto

Sans-IO WebSocket protocol implementation
https://wsproto.readthedocs.io/
MIT License
261 stars 38 forks source link

Add a simple connection benchmark #150

Closed bluetech closed 3 years ago

bluetech commented 3 years ago

Fixes #128.

Doesn't check handshake at all. Bounces some normally-distributed text & bytes messages between a server and client connections. Optionally enable the permessage deflate extension. Pretty simplistic but better than nothing.

Kriechi commented 3 years ago

Thanks! 🎉 👍