JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

Add HTTP Server tests #93

Closed JoshCap20 closed 1 month ago

JoshCap20 commented 1 month ago

Closes #63, closes #29

JoshCap20 commented 1 month ago
joshcaponigro@Joshs-MBP ~ % wrk -t12 -c400 -d30s http://127.0.0.1:8001/json
Running 30s test @ http://127.0.0.1:8001/json
  12 threads and 400 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     9.70ms    2.27ms  54.16ms   97.71%
    Req/Sec     3.45k   303.29     4.00k    93.28%
  1237178 requests in 30.03s, 132.14MB read
  Socket errors: connect 0, read 547, write 0, timeout 0
Requests/sec:  41200.03
Transfer/sec:      4.40MB