From c5ad026cbe21e1dfe1d189dfd7f7f0751b7dbb75 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 17 Mar 2018 10:06:46 +1300 Subject: bench: Add some very simple manual benchmarking helpers This includes a profiler addon that we might consider for promotion to a builtin down the track. --- test/bench/simple.mitmproxy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test/bench/simple.mitmproxy (limited to 'test/bench/simple.mitmproxy') diff --git a/test/bench/simple.mitmproxy b/test/bench/simple.mitmproxy new file mode 100755 index 00000000..9de32981 --- /dev/null +++ b/test/bench/simple.mitmproxy @@ -0,0 +1,5 @@ +#!/bin/sh + +mkdir -p results +mitmdump -p 10002 --mode reverse:http://devd.io:10001 \ + -s ./profiler.py --set profile_path=./results/simple.prof -- cgit v1.2.3