testing code update

This commit is contained in:
Ravi Prasad
2025-05-08 21:30:50 -05:00
parent a49481de7b
commit 4e28d26cf1
3 changed files with 1054 additions and 29 deletions
+6
View File
@@ -23,3 +23,9 @@ curl http://localhost:8080/api/playeradvancedstats \
```bash
swag init -g main.go -o docs
```
### Test
```bash
go run loadtest.go -n 100 -c 10 -url "http://127.0.0.1:8080/api/playeradvancedstats?page=1&pageSize=20" -log results.log -key "xxx"
```