drogonCMS-cmake #17

Merged
sharpetronics merged 2 commits from drogonCMS-cmake into master 2024-01-22 15:47:22 -05:00

View File

@ -23,7 +23,7 @@ This is a Drogon Content Management System(CMS).
## Benchmarks
### A NodeJs Server Test with 2 IO threads
### A NodeJs Server Test on 2 IO threads
```
wrk -c200 -d5 -t2 http://localhost:3000
Running 5s test @ http://localhost:3000
@ -36,7 +36,7 @@ Requests/sec: 15033.66
Transfer/sec: 2.31MB
```
### Drogon Server with Web Sockets, Drogon Proxy with 2 IO threads
### A drogon server with web sockets and drogon proxy on 2 IO threads
```
wrk -c200 -d5 -t2 ws://localhost:8088/
Running 5s test @ ws://localhost:8088/
@ -50,6 +50,19 @@ Requests/sec: 115151.94
Transfer/sec: 78.74MB
```
### Getting a json token with web sockets and drogon proxy on 2 IO threads.
```
wrk -c200 -d5 -t2 ws://localhost:8088/get-token
Running 5s test @ ws://localhost:8088/get-token
2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.91ms 402.84us 4.23ms 69.21%
Req/Sec 50.74k 3.58k 56.43k 61.00%
504657 requests in 5.01s, 106.36MB read
Requests/sec: 100798.10
Transfer/sec: 21.24MB
```
## Development & Contributing
### Developer Dependency Requirements