fix typos #13

Merged
sharpetronics merged 1 commits from drogonCMS-cmake into master 2024-01-21 23:12:45 -05:00
Showing only changes of commit cfab45ab1c - Show all commits

View File

@ -23,7 +23,7 @@ This is a Drogon Content Management System(CMS).
## Benchmarks
### Drogon Server Only with 2 IO threads
### An-toa test results of Drogon Server Only with 2 IO threads
```
wrk -c200 -d5 -t2 http://localhost:8848/hello
Running 5s test @ http://localhost:8848/hello
@ -36,7 +36,7 @@ Requests/sec: 104741.94
Transfer/sec: 18.28MB
```
### Drogon Server + Drogon Proxy with 2 IO threads
### An-toa test results of Drogon Server + Drogon Proxy with 2 IO threads
```
wrk -c200 -d5 -t2 http://localhost:8088/hello
Running 5s test @ http://localhost:8088/hello
@ -49,32 +49,30 @@ Requests/sec: 50465.86
Transfer/sec: 8.81MB
```
### Drogon Server + NginX Proxy with 2 IO threads
### oDinZu NodeJs Server Test with 2 IO threads
```
wrk -c200 -d5 -t2 http://localhost:8080/hello
Running 5s test @ http://localhost:8080/hello
wrk -c200 -d5 -t2 http://localhost:3000
Running 5s test @ http://localhost:3000
2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 24.56ms 138.63ms 1.96s 96.95%
Req/Sec 18.80k 2.73k 26.83k 86.27%
190708 requests in 5.10s, 34.21MB read
Socket errors: connect 0, read 11, write 0, timeout 51
Non-2xx or 3xx responses: 166
Requests/sec: 37372.18
Transfer/sec: 6.70MB
Latency 51.58ms 159.51ms 1.43s 93.61%
Req/Sec 7.56k 1.00k 8.24k 94.00%
75277 requests in 5.01s, 11.56MB read
Requests/sec: 15033.66
Transfer/sec: 2.31MB
```
### Local Client & Local Drogon Server Web Sockets with 2 IO threads
### oDinZu Drogon Server Web Sockets with 2 IO threads
```
Running 30s test @ ws://localhost:8848/chat
Running 5s test @ ws://localhost:8848/chat
2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.98ms 1.33ms 135.01ms 96.15%
Req/Sec 25.21k 1.67k 31.31k 74.17%
1504818 requests in 30.01s, 1.00GB read
Non-2xx or 3xx responses: 1504818
Requests/sec: 50144.97
Transfer/sec: 34.29MB
Latency 4.70ms 9.94ms 258.14ms 99.17%
Req/Sec 25.20k 2.14k 30.09k 82.00%
250651 requests in 5.01s, 171.39MB read
Non-2xx or 3xx responses: 250651
Requests/sec: 50056.01
Transfer/sec: 34.23MB
```
## Development & Contributing