Files
open-im-server-deploy/test/stress-test/README.md
kim.dev.6789 e50142a3b9 复制项目
2026-01-14 22:16:44 +08:00

20 lines
249 B
Markdown

# Stress Test
## Usage
You need set `TestTargetUserList` and `DefaultGroupID` variables.
### Build
```bash
go build -o test/stress-test/stress-test test/stress-test/main.go
```
### Excute
```bash
tools/stress-test/stress-test -c config/
```