Browse Source

Update benchmark.md

Vova Tkach 5 years ago
parent
commit
b900748870
1 changed files with 7 additions and 7 deletions
  1. 7 7
      benchmark.md

+ 7 - 7
benchmark.md

@@ -1,22 +1,22 @@
 ```
 ```
 ab -kc 10 -t 60 http://localhost:8080/
 ab -kc 10 -t 60 http://localhost:8080/
-Requests per second:    1231.18 [#/sec] (mean)
+Requests per second:    1355.88 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/blog/
 ab -kc 10 -t 60 http://localhost:8080/blog/
-Requests per second:    904.83 [#/sec] (mean)
+Requests per second:    904.27 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/blog/category/health-and-food/
 ab -kc 10 -t 60 http://localhost:8080/blog/category/health-and-food/
-Requests per second:    587.40 [#/sec] (mean)
+Requests per second:    603.94 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/blog/the-best-juices-for-a-child/
 ab -kc 10 -t 60 http://localhost:8080/blog/the-best-juices-for-a-child/
-Requests per second:    1197.49 [#/sec] (mean)
+Requests per second:    1186.13 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/shop/
 ab -kc 10 -t 60 http://localhost:8080/shop/
-Requests per second:    830.99 [#/sec] (mean)
+Requests per second:    824.24 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/shop/category/electronics/
 ab -kc 10 -t 60 http://localhost:8080/shop/category/electronics/
-Requests per second:    589.96 [#/sec] (mean)
+Requests per second:    596.34 [#/sec] (mean)
 
 
 ab -kc 10 -t 60 http://localhost:8080/shop/samsung-galaxy-s10-128-gb/
 ab -kc 10 -t 60 http://localhost:8080/shop/samsung-galaxy-s10-128-gb/
-Requests per second:    624.73 [#/sec] (mean)
+Requests per second:    620.03 [#/sec] (mean)
 ```
 ```