[tor-commits] [onionperf/master] Removes torperf argument from the cli interface

karsten at torproject.org karsten at torproject.org
Thu May 14 19:04:54 UTC 2020


commit febd00b454e60b556edd5c1f286b376207e31cb1
Author: Ana Custura <ana at netstat.org.uk>
Date:   Thu May 14 14:02:48 2020 +0100

    Removes torperf argument from the cli interface
---
 onionperf/onionperf | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/onionperf/onionperf b/onionperf/onionperf
index 1e0aa66..69ac399 100755
--- a/onionperf/onionperf
+++ b/onionperf/onionperf
@@ -272,11 +272,6 @@ files generated by this script will be written""",
         action="store_true", dest="do_simple",
         default=False)
 
-    analyze_parser.add_argument('-t', '--torperf',
-        help="""export transfer data in Torperf format in addition to OnionPerf format""",
-        action="store_true", dest="save_torperf",
-        default=False)
-
 #     analyze_parser = sub_parser.add_parser('analyze', description=DESC_ANALYZE, help=HELP_ANALYZE)
 #     analyze_parser.set_defaults(func=analyze, formatter_class=argparse.RawDescriptionHelpFormatter)
 #





More information about the tor-commits mailing list