go install github.com/lxzan/wsbench@latest
npm i pm2 -g
运行 5 轮测试, 最后取中位数
make build
pm2 start ./bin/*
cd frontend
npm install
pm2 start index.js --watch
sh bench.sh
测试程序退出后, 访问 http://localhost:8080
1
Nazz OP 补充说明下, gorilla/websocket 和 nhooyr/websocket 未使用 stream api
|
2
mrochcnnnnn 2023-08-24 12:27:03 +08:00
赞
|