aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt55
1 files changed, 35 insertions, 20 deletions
diff --git a/README.txt b/README.txt
index 19945dd..2adad09 100644
--- a/README.txt
+++ b/README.txt
@@ -1,28 +1,43 @@
-chef@avalon:~/projects/http-perf-testing git:(main*)$ ./go/gin/test.sh 2>/dev/null
+chef@avalon:~/projects/http-perf-testing git:(main)$ for script in */*/test.sh; do echo $script; $script 2>/dev/null; done
+go/gin/test.sh
Running 30s test @ http://localhost:8080/
2 threads and 500 connections
Thread Stats Avg Stdev Max +/- Stdev
- Latency 10.16ms 11.22ms 186.75ms 90.58%
- Req/Sec 28.47k 6.07k 41.43k 70.49%
+ Latency 7.97ms 7.26ms 116.72ms 82.82%
+ Req/Sec 33.64k 2.96k 47.54k 71.55%
Latency Distribution
- 50% 7.57ms
- 75% 12.55ms
- 90% 20.74ms
- 99% 58.93ms
- 1699456 requests in 30.07s, 225.28MB read
-Requests/sec: 56516.13
-Transfer/sec: 7.49MB
-chef@avalon:~/projects/http-perf-testing git:(main*)$ ./rust/axum/test.sh 2>/dev/null
+ 50% 6.66ms
+ 75% 10.02ms
+ 90% 15.81ms
+ 99% 36.91ms
+ 2010388 requests in 30.06s, 266.50MB read
+Requests/sec: 66875.64
+Transfer/sec: 8.87MB
+python/flask/test.sh
Running 30s test @ http://localhost:8080/
2 threads and 500 connections
Thread Stats Avg Stdev Max +/- Stdev
- Latency 4.74ms 3.34ms 49.03ms 77.45%
- Req/Sec 47.90k 9.08k 75.20k 69.70%
+ Latency 221.70ms 11.76ms 288.46ms 95.05%
+ Req/Sec 1.13k 43.04 1.18k 94.50%
Latency Distribution
- 50% 3.79ms
- 75% 6.37ms
- 90% 9.19ms
- 99% 15.75ms
- 2857675 requests in 30.07s, 337.94MB read
-Requests/sec: 95035.95
-Transfer/sec: 11.24MB
+ 50% 220.30ms
+ 75% 223.29ms
+ 90% 227.40ms
+ 99% 240.09ms
+ 67396 requests in 30.03s, 10.41MB read
+Requests/sec: 2243.99
+Transfer/sec: 355.01KB
+rust/axum/test.sh
+Running 30s test @ http://localhost:8080/
+ 2 threads and 500 connections
+ Thread Stats Avg Stdev Max +/- Stdev
+ Latency 4.14ms 2.94ms 34.66ms 76.81%
+ Req/Sec 55.19k 8.71k 84.30k 71.89%
+ Latency Distribution
+ 50% 3.12ms
+ 75% 5.61ms
+ 90% 8.35ms
+ 99% 13.22ms
+ 3292017 requests in 30.06s, 389.30MB read
+Requests/sec: 109509.59
+Transfer/sec: 12.95MB