An open API service indexing awesome lists of open source software.

https://github.com/mitmproxy/proxybench

HTTP Proxy Benchmarking
https://github.com/mitmproxy/proxybench

Last synced: 15 days ago
JSON representation

HTTP Proxy Benchmarking

Awesome Lists containing this project

README

          

# proxybench

A minimal proxy server benchmarking tool.

Usage: Run the following two commands in two different command line windows.
```shell
mitmdump --ssl-insecure -q
cargo criterion
```

See `benches/proxybench.rs` for configuration options.