link1st / go-stress-testing

go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0.6 的 exe 闪退

jeckleee opened this issue · comments

win11 23H2 打开 v1.0.6 的 exe 闪退

commented

可以尝试下载源码,编译 win 版本看看执行是否有问题

# 下载文件编译
git clone git@github.com:link1st/go-stress-testing.git
cd go-stress-testing
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o go-stress-testing-win.exe main.go