Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve benchmarking | Aldo Cortesi | 2018-04-16 | 1 | -5/+0 |
| | | | | | | | | | - 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 helpers | Aldo Cortesi | 2018-03-17 | 1 | -0/+5 |
This includes a profiler addon that we might consider for promotion to a builtin down the track. |