diff options
author | Aldo Cortesi <aldo@corte.si> | 2018-04-17 07:35:12 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 07:35:12 +1200 |
commit | 754cb6cac9b1db56e2221fa379db014856a4725d (patch) | |
tree | 3eae65bfb213e549531fa21dfb4edb4e8ce58410 /test/bench/simple.mitmproxy | |
parent | 5f74adc2df6d2a9452a9e3a6923fe05ba579e9e6 (diff) | |
parent | 565146311a5f7939f107af12a91d94f5f96d56fc (diff) | |
download | mitmproxy-754cb6cac9b1db56e2221fa379db014856a4725d.tar.gz mitmproxy-754cb6cac9b1db56e2221fa379db014856a4725d.tar.bz2 mitmproxy-754cb6cac9b1db56e2221fa379db014856a4725d.zip |
Merge pull request #3048 from cortesi/qbench
Improve benchmarking
Diffstat (limited to 'test/bench/simple.mitmproxy')
-rwxr-xr-x | test/bench/simple.mitmproxy | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/bench/simple.mitmproxy b/test/bench/simple.mitmproxy deleted file mode 100755 index 9de32981..00000000 --- a/test/bench/simple.mitmproxy +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -mkdir -p results -mitmdump -p 10002 --mode reverse:http://devd.io:10001 \ - -s ./profiler.py --set profile_path=./results/simple.prof |