Author: David Schneider <[email protected]>
Branch: 
Changeset: r154:dece54731283
Date: 2011-12-09 10:26 +0100
http://bitbucket.org/pypy/benchmarks/changeset/dece54731283/

Log:    sort benchmark names

diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -80,7 +80,7 @@
                       default=','.join(BENCHMARK_SET),
                       help=("Comma-separated list of benchmarks to run"
                             " Valid benchmarks are: " +
-                            ", ".join(BENCHMARK_SET)))
+                            ", ".join(sorted(BENCHMARK_SET))))
     parser.add_option('-p', '--pypy-c', default=sys.executable,
                       help='pypy-c or other modified python to run against')
     parser.add_option('-r', '--revision', default=0, action="store",
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to