updated runner

This commit is contained in:
berkay 2025-04-19 20:53:29 +03:00
parent 9530aa4bfd
commit 2ec4ac075c
1 changed files with 14 additions and 1 deletions

View File

@ -89,9 +89,22 @@ python db_tester.py --stress-test
You can also specify a custom number of threads: You can also specify a custom number of threads:
```bash ```bash
python db_tester.py --stress-test --threads 50 python db_tester.py --stress-test --threads 200
``` ```
Example stress test results with 200 connections:
```
📊 Stress test results:
- Total connections: 200
- Successful connections: 200
- Failed connections: 0
- Duration: 1.46 seconds
- Connections per second: 136.80
```
These results demonstrate excellent performance with the optimized PostgreSQL configuration (4 CPUs, 16GB RAM).
### Run All Tests ### Run All Tests
```bash ```bash