refactor: move stress-test tools location. (#3295)

* refactor: move stress-test tools location.

* improve stress tools.

* improve stress_test-v2
This commit is contained in:
Monet Lee
2025-04-25 15:57:23 +08:00
committed by OpenIM-Robot
parent c29e2a9a28
commit 8e9d65561b
4 changed files with 1255 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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/
```