https://github.com/mitmproxy/proxybench
HTTP Proxy Benchmarking
https://github.com/mitmproxy/proxybench
Last synced: 15 days ago
JSON representation
HTTP Proxy Benchmarking
- Host: GitHub
- URL: https://github.com/mitmproxy/proxybench
- Owner: mitmproxy
- Created: 2020-08-14T21:18:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:32:10.000Z (over 1 year ago)
- Last Synced: 2025-06-12T03:53:11.791Z (10 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.