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 GitHub
parent 91db18168d
commit dd981b976d
5 changed files with 69 additions and 33 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/
```