aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools/benchtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/tools/benchtool.py')
-rw-r--r--test/mitmproxy/tools/benchtool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tools/benchtool.py b/test/mitmproxy/tools/benchtool.py
index 9e2ab8ee..b9078d0e 100644
--- a/test/mitmproxy/tools/benchtool.py
+++ b/test/mitmproxy/tools/benchtool.py
@@ -51,5 +51,6 @@ def main(profiler, clock_type, concurrency):
stats.save(outfile, type='callgrind')
print("Done.")
+
if __name__ == '__main__':
main()