Author: Matti Picus <[email protected]>
Branch: single-run
Changeset: r449:6f1745431542
Date: 2020-02-07 14:05 +0200
http://bitbucket.org/pypy/benchmarks/changeset/6f1745431542/

Log:    update help for --args

diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -126,13 +126,7 @@
               'result json and used for the upload. (default: None)'))
     benchmark_group.add_option(
         "-a", "--args", default="",
-        help=("Pass extra arguments to the python binaries."
-              " If there is a comma in this option's value, the"
-              " arguments before the comma (interpreted as a"
-              " space-separated list) are passed to the baseline"
-              " python, and the arguments after are passed to"
-              " the changed python. If there's no comma, the"
-              " same options are passed to both."))
+        help=("Pass extra arguments to the python binary"))
     benchmark_group.add_option(
         "--fast", default=False, action="store_true",
         help="Run shorter benchmark runs.")
diff --git a/unladen_swallow/perf.py b/unladen_swallow/perf.py
--- a/unladen_swallow/perf.py
+++ b/unladen_swallow/perf.py
@@ -1325,13 +1325,7 @@
     parser.add_option("-m", "--track_memory", action="store_true",
                       help="Track memory usage. This only works on Linux.")
     parser.add_option("-a", "--args", default="",
-                      help=("Pass extra arguments to the python binaries."
-                            " If there is a comma in this option's value, the"
-                            " arguments before the comma (interpreted as a"
-                            " space-separated list) are passed to the baseline"
-                            " python, and the arguments after are passed to 
the"
-                            " changed python. If there's no comma, the same"
-                            " options are passed to both."))
+                      help=("Pass extra arguments to the python binary."))
     parser.add_option("-b", "--benchmarks", metavar="BM_LIST", default="",
                       help=("Comma-separated list of benchmarks to run.  Can" +
                             " contain both positive and negative arguments:" +
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to