Documentation
¶
Overview ¶
Command loadtest runs end-to-end load tests against a real wshub server with real WebSocket connections to find bottlenecks that micro-benchmarks miss.
Usage:
go run ./cmd/loadtest -scenario=all -clients=5000 -duration=10s go run ./cmd/loadtest -scenario=fanout -clients=10000 -duration=30s -msg-rate=500 go run ./cmd/loadtest -scenario=churn -clients=5000 -churn-rate=100 go run ./cmd/loadtest -scenario=fanout -clients=10000 -parallel=100
Click to show internal directories.
Click to hide internal directories.