[pypy-svn] r72204 - pypy/benchmarks

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Mar 13 18:43:04 CET 2010


Author: xoraxax
Date: Sat Mar 13 18:43:02 2010
New Revision: 72204

Modified:
   pypy/benchmarks/runner.py
Log:
Try with default optionname.

Modified: pypy/benchmarks/runner.py
==============================================================================
--- pypy/benchmarks/runner.py	(original)
+++ pypy/benchmarks/runner.py	Sat Mar 13 18:43:02 2010
@@ -41,7 +41,7 @@
         optionsname = "gc=hybrid"
         if "psyco.sh" in pypy_c_path:
             name = "python-psyco-profile"
-            optionsname = ""
+            optionsname = "default"
         if force_host is not None:
             host = force_host
         else:



More information about the Pypy-commit mailing list