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 V2
## Usage
You need set `TestTargetUserList` variables.
### Build
```bash
go build -o test/stress-test-v2/stress-test-v2 test/stress-test-v2/main.go
```
### Excute
```bash
tools/stress-test-v2/stress-test-v2 -c config/
```