benchmarks: quick-run scripts for mitmproxy and mitmdump
This commit is contained in:
parent
9b51393b6d
commit
1b0eed19d1
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p results
|
||||
mitmproxy -p0 -q --set benchmark_save_path=./results/mitmproxy -s ./benchmark.py
|
Loading…
Reference in New Issue