Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r129:f79a86221205
Date: 2011-07-20 13:15 +0200
http://bitbucket.org/pypy/benchmarks/changeset/f79a86221205/

Log:    use default instead of trunk

diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -28,7 +28,7 @@
 
         
 def run_and_store(benchmark_set, result_filename, pypy_c_path, revision=0,
-                  options='', branch='trunk', args='', upload=False,
+                  options='', branch='default', args='', upload=False,
                   force_host=None, fast=False, baseline=sys.executable,
                   full_store=False, postfix=''):
     funcs = perf.BENCH_FUNCS.copy()
@@ -90,7 +90,7 @@
                       help='specify output filename to store resulting json')
     parser.add_option('--options', default='', action='store',
                       help='a string describing picked options, no spaces')
-    parser.add_option('--branch', default='trunk', action='store',
+    parser.add_option('--branch', default='default', action='store',
                       help="pypy's branch")
     parser.add_option('--baseline', default=sys.executable, action='store',
                       help='baseline interpreter, defaults to host one')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to