wrk

如何对Go语言应用进行负载测试

如何使用 wrk 对 go 应用程序进行负载测试:安装 go、wrk 工具。创建 go http api 作为示例。使用 wrk 进行负载测试:wrk -t 100 -c 1000…