aboutsummaryrefslogtreecommitdiffstats
path: root/test/bench/benchmark.py
Commit message (Collapse)AuthorAgeFilesLines
* benchmark: keep track of requests/responses seen by proxyAldo Cortesi2018-05-081-0/+10
|
* Improve benchmarkingAldo Cortesi2018-04-161-0/+51
- The benchmark addon now manages setting up and tearing down the backend and traffic processes itself. - Use wrk instead of hey. I get more consistent results with this tool, and hey shows a strange tail-latency bump that seems artificial. - Make termination behaviour simpler. The bencmark revealed a bug where .done events were not called if the proxy was shut down by an addon.