drogonCMS-cmake #17

Merged
sharpetronics merged 2 commits from drogonCMS-cmake into master 2024-01-22 15:47:22 -05:00
Showing only changes of commit 829e06a4d0 - Show all commits

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 http://localhost:8088/get-token
Running 5s test @ http://localhost:8088/get-token
2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.82ms 7.41ms 49.62ms 92.65%
Req/Sec 48.85k 3.63k 58.66k 76.00%
485916 requests in 5.01s, 102.41MB read
Requests/sec: 97027.43
Transfer/sec: 20.45MB
```
## Development & Contributing
### Developer Dependency Requirements