[pypy-svn] r72191 - pypy/benchmarks

fijal at codespeak.net fijal at codespeak.net
Fri Mar 12 23:55:52 CET 2010


Author: fijal
Date: Fri Mar 12 23:55:50 2010
New Revision: 72191

Modified:
   pypy/benchmarks/benchmarks.py
Log:
Grumble, reduce number of web iterations


Modified: pypy/benchmarks/benchmarks.py
==============================================================================
--- pypy/benchmarks/benchmarks.py	(original)
+++ pypy/benchmarks/benchmarks.py	Fri Mar 12 23:55:50 2010
@@ -48,7 +48,7 @@
     _register_new_bm(name, name, globals(), **opts.get(name, {}))
 for name in ['web', 'names', 'iteration', 'tcp', 'pb']:#, 'accepts']:
     if name == 'web':
-        iteration_scaling = .12
+        iteration_scaling = .07
     else:
         iteration_scaling = .20
     _register_new_bm_twisted(name, 'twisted_' + name,



More information about the Pypy-commit mailing list