gunicorn/benchmarks
Benoit Chesneau d89564b83c Add HTTP parser benchmark comparing Python vs Fast
Benchmarks WSGI and ASGI parsers with:
- Simple GET request (35 bytes)
- Medium POST request (192 bytes, 7 headers)
- Complex POST request (891 bytes, 18 headers)

Results show fast parser (gunicorn_h1c) is:
- WSGI: ~1.9x faster than Python parser
- ASGI: ~2.7x faster than Python parser
2026-03-21 09:33:14 +01:00
..
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-02-06 08:21:18 +01:00
2026-02-06 08:21:18 +01:00