aboutsummaryrefslogtreecommitdiffstats
path: root/test/bench
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-05-08 11:08:37 +1200
committerAldo Cortesi <aldo@corte.si>2018-05-08 11:08:37 +1200
commit1b0eed19d1429b291349bcd92c19bb6f41cf867a (patch)
treeb280536155bd377e8392409c92a2117f106145ae /test/bench
parent9b51393b6ddaec52298cdcf8e800312f41f809fd (diff)
downloadmitmproxy-1b0eed19d1429b291349bcd92c19bb6f41cf867a.tar.gz
mitmproxy-1b0eed19d1429b291349bcd92c19bb6f41cf867a.tar.bz2
mitmproxy-1b0eed19d1429b291349bcd92c19bb6f41cf867a.zip
benchmarks: quick-run scripts for mitmproxy and mitmdump
Diffstat (limited to 'test/bench')
-rwxr-xr-xtest/bench/run-mitmdump (renamed from test/bench/run)0
-rwxr-xr-xtest/bench/run-mitmproxy4
2 files changed, 4 insertions, 0 deletions
diff --git a/test/bench/run b/test/bench/run-mitmdump
index 9925b578..9925b578 100755
--- a/test/bench/run
+++ b/test/bench/run-mitmdump
diff --git a/test/bench/run-mitmproxy b/test/bench/run-mitmproxy
new file mode 100755
index 00000000..4f1f626e
--- /dev/null
+++ b/test/bench/run-mitmproxy
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+mkdir -p results
+mitmproxy -p0 -q --set benchmark_save_path=./results/mitmproxy -s ./benchmark.py \ No newline at end of file