[tor-commits] [onionperf/master] Removes unused traffic-model argument

karsten at torproject.org karsten at torproject.org
Fri Jun 5 07:14:57 UTC 2020


commit 3e9dc4a577b3772dd7716d30cf8c5a22d110a839
Author: Ana Custura <ana at netstat.org.uk>
Date:   Thu Jun 4 15:55:24 2020 +0100

    Removes unused traffic-model argument
---
 onionperf/onionperf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/onionperf/onionperf b/onionperf/onionperf
index bc95e2b..6078d46 100755
--- a/onionperf/onionperf
+++ b/onionperf/onionperf
@@ -212,13 +212,6 @@ def main():
         action="store", dest="nickname",
         default=hostname)
 
-    measure_parser.add_argument('-m', '--traffic-model',
-        help="""a file PATH to a TGen graphml XML traffic model, to use *instead* of the
-built-in Torperf (50KiB, 1MiB, 5MiB) traffic model""",
-        metavar="PATH", type=type_str_path_in,
-        action="store", dest="model",
-        default=None)
-
     measure_parser.add_argument('-p', '--prefix',
         help="""a directory PATH prefix where OnionPerf will run""",
         metavar="PATH", type=type_str_dir_path_out,





More information about the tor-commits mailing list