A websocket server that implements each of the test methods exercised by the ntsd/websocket-benchmark project.
To run benchmarks:
- Install k6 (e.g.
brew install k6
) - Clone ntsd/websocket-benchmark somewhere
- Build and run this benchserver example:
make examples && ./bin/benchserver
- Run
make benchmark-scenarios
from websocket-benchmark repo