rust-websocket-lite icon indicating copy to clipboard operation
rust-websocket-lite copied to clipboard

Benchmark: Latency

Open 1tgr opened this issue 5 years ago • 0 comments

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.

1tgr avatar Dec 02 '19 19:12 1tgr