aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-05-13 11:21:42 -0400
committerGalen Guyer <galen@galenguyer.com>2022-05-13 11:21:42 -0400
commita275cad5fa9a575ed913c5819b8d2f5c902c21fd (patch)
tree490b9c6d2d73454e6db2ea76e7c752798b046edf
parent90fcd24cc9d74772641fb882a43169ab5860235b (diff)
add readme
record go/gin record rust/axum
-rw-r--r--README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..19945dd
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,28 @@
+chef@avalon:~/projects/http-perf-testing git:(main*)$ ./go/gin/test.sh 2>/dev/null
+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 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
+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 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