[pypy-commit] benchmarks default: Remove obsolete --postfix option

csenger noreply at buildbot.pypy.org
Mon Jan 30 18:56:28 CET 2012


Author: Carsten Senger <senger at rehfisch.de>
Branch: 
Changeset: r169:fceaaf9b1f82
Date: 2012-01-24 22:08 +0100
http://bitbucket.org/pypy/benchmarks/changeset/fceaaf9b1f82/

Log:	Remove obsolete --postfix option

diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -187,8 +187,7 @@
                       help="Run shorter benchmark runs")
     parser.add_option("--full-store", default=False, action="store_true",
                       help="")
-    parser.add_option('--postfix', default='', action='store',
-                      help='Append a postfix to uploaded executable')
+
     options, args = parser.parse_args(argv)
 
     upload_options = get_upload_options(options)


More information about the pypy-commit mailing list