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 f6e897c3bf - Show all commits

View File

@ -52,15 +52,15 @@ Transfer/sec: 78.74MB
### Getting a json token with web sockets and drogon proxy on 2 IO threads. ### Getting a json token with web sockets and drogon proxy on 2 IO threads.
``` ```
wrk -c200 -d5 -t2 http://localhost:8088/get-token wrk -c200 -d5 -t2 ws://localhost:8088/get-token
Running 5s test @ http://localhost:8088/get-token Running 5s test @ ws://localhost:8088/get-token
2 threads and 200 connections 2 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev Thread Stats Avg Stdev Max +/- Stdev
Latency 3.82ms 7.41ms 49.62ms 92.65% Latency 1.91ms 402.84us 4.23ms 69.21%
Req/Sec 48.85k 3.63k 58.66k 76.00% Req/Sec 50.74k 3.58k 56.43k 61.00%
485916 requests in 5.01s, 102.41MB read 504657 requests in 5.01s, 106.36MB read
Requests/sec: 97027.43 Requests/sec: 100798.10
Transfer/sec: 20.45MB Transfer/sec: 21.24MB
``` ```
## Development & Contributing ## Development & Contributing