WebSocket Test Profiles
WebSocket test profiles measure framework performance for real-time bidirectional communication. The server listens on port 8080 and accepts WebSocket upgrade requests.
EchoWebSocket echo throughput - upgrade, send messages, receive echoes.Echo Pipelined (16x)WebSocket echo with 16 messages in flight per connection - measures frame batching and read-buffer draining.Echo Short-livedWebSocket echo with each connection closed after 10 messages - measures the cost of the upgrade handshake.