[pypy-svn] r59926 - pypy/build/benchmem

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Nov 15 11:19:53 CET 2008


Author: xoraxax
Date: Sat Nov 15 11:19:53 2008
New Revision: 59926

Modified:
   pypy/build/benchmem/runbench.py
Log:
Run outer appprofiles loops less often.

Modified: pypy/build/benchmem/runbench.py
==============================================================================
--- pypy/build/benchmem/runbench.py	(original)
+++ pypy/build/benchmem/runbench.py	Sat Nov 15 11:19:53 2008
@@ -244,7 +244,7 @@
             #sys.stdout.flush()
 
 class BenchRunnerAppProfiles(BenchRunner):
-    ITER2 = 10
+    ITER2 = 4
     benchtype = 'appprofiles'
 
     def __init__(self, *args):



More information about the Pypy-commit mailing list