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

Handle query params and more HTTP methods #92

Closed JoshCap20 closed 5 hours ago

JoshCap20 commented 5 hours ago

Closes #73, closes #65, closes #49, closes #50, closes #51

JoshCap20 commented 5 hours ago

Load test results on benchmark:

joshcaponigro@Joshs-MBP benchmark % 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     8.96ms  470.92us  26.55ms   97.05%
    Req/Sec     3.70k   120.68     3.95k    93.31%
  1325503 requests in 30.02s, 141.58MB read
  Socket errors: connect 0, read 535, write 0, timeout 0
Requests/sec:  44149.24
Transfer/sec:      4.72MB