Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 506 Bytes

File metadata and controls

13 lines (7 loc) · 506 Bytes

Benchmarks {#benchmarks}

I use google benchmark to benchmark the performance of the library. Just copy and change the compare.py script and gbench directory to compare the benchmark results.

Coroutine HTTP server vs a hand-tuned asio reference, same load generator: parity at 1 connection (4 µs p50), ~3x throughput at 16 connections (SO_REUSEPORT multi-poller).