Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 551 Bytes

benchserver

A websocket server that implements each of the test methods exercised by the ntsd/websocket-benchmark project.

To run benchmarks:

  1. Install k6 (e.g. brew install k6)
  2. Clone ntsd/websocket-benchmark somewhere
  3. Build and run this benchserver example: make examples && ./bin/benchserver
  4. Run make benchmark-scenarios from websocket-benchmark repo