mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
97b8c07d57
* feat: improve stress test code. * feat: Implement stress test v2.
Stress Test
Usage
You need set TestTargetUserList and DefaultGroupID variables.
Build
go build -o _output/bin/tools/linux/amd64/stress-test tools/stress-test/main.go
# or
go build -o tools/stress-test/stress-test tools/stress-test/main.go
Excute
_output/bin/tools/linux/amd64/stress-test -c config/
#or
tools/stress-test/stress-test -c config/