From 2ec4ac075c9a1c8ea82825c1a9051b490e67ba52 Mon Sep 17 00:00:00 2001 From: berkay Date: Sat, 19 Apr 2025 20:53:29 +0300 Subject: [PATCH] updated runner --- runner/readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/runner/readme.md b/runner/readme.md index f175681..c8d5b0b 100644 --- a/runner/readme.md +++ b/runner/readme.md @@ -89,9 +89,22 @@ python db_tester.py --stress-test You can also specify a custom number of threads: ```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 ```bash