You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/tools/stress-test
chao 3be5ac396a
Merge branch 'pre-release-v3.8.4' into cherry-pick-97b8c07
7 months ago
..
README.md feat: implement stress-test tools. (#3261) 7 months ago
main.go Merge branch 'pre-release-v3.8.4' into cherry-pick-97b8c07 7 months ago

README.md

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/