mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 05:12:45 +08:00
* feat: implement stress-test tools. * revert config file. * fix: improve tools parms. * fix modify args.
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/