Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 245 Bytes

proxybench

A minimal proxy server benchmarking tool.

Usage: Run the following two commands in two different command line windows.

mitmdump --ssl-insecure -q
cargo criterion

See benches/proxybench.rs for configuration options.