diff options
author | Miheer Dewaskar <miheerdew@gmail.com> | 2018-03-24 10:49:08 -0400 |
---|---|---|
committer | Miheer Dewaskar <miheerdew@gmail.com> | 2018-03-24 10:49:08 -0400 |
commit | 9ee96f022764c71a4a776956037230d6ef4fee7e (patch) | |
tree | 8ebae8b64fcc0474466b3321efec201416d75ed0 /test/bench/simple.mitmproxy | |
parent | 00d51db9250bedf8a36924e15345648b0cecc38f (diff) | |
parent | 2859ee2fa8c7f3311c069a40ada3975d31e8eccf (diff) | |
download | mitmproxy-9ee96f022764c71a4a776956037230d6ef4fee7e.tar.gz mitmproxy-9ee96f022764c71a4a776956037230d6ef4fee7e.tar.bz2 mitmproxy-9ee96f022764c71a4a776956037230d6ef4fee7e.zip |
Merge master
Diffstat (limited to 'test/bench/simple.mitmproxy')
-rwxr-xr-x | test/bench/simple.mitmproxy | 5 |
1 files changed, 5 insertions, 0 deletions
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 |