aboutsummaryrefslogtreecommitdiffstats
path: root/test/bench
Commit message (Collapse)AuthorAgeFilesLines
* Fix ResourceWarning: unclosed file, prevent resource leaksMickaël Schoentgen2019-01-061-1/+2
| | | | Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
* benchmark: some improvements - limit to queue sizemadt1m2018-07-231-19/+33
|
* benchmark: new protobuf serialization performance profilermadt1m2018-07-221-0/+102
|
* benchmarks: quick-run scripts for mitmproxy and mitmdumpAldo Cortesi2018-05-082-0/+4
|
* benchmark: keep track of requests/responses seen by proxyAldo Cortesi2018-05-081-0/+10
|
* Improve benchmarkingAldo Cortesi2018-04-167-75/+64
| | | | | | | | | - 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.
* bench: Add some very simple manual benchmarking helpersAldo Cortesi2018-03-176-0/+93
This includes a profiler addon that we might consider for promotion to a builtin down the track.