rust-websocket-lite
rust-websocket-lite copied to clipboard
Benchmark: Latency
See if we can measure wire-to-wire latency. Given a Websocket test harness that responds as fast as it can to an incoming frame, precisely measure the time from the first byte of the incoming frame to the first byte of the outgoing response.
Probably do this via packet capture. Check whether this works accurately under Docker.