[pypy-svn] r76398 - pypy/benchmarks

fijal at codespeak.net fijal at codespeak.net
Fri Jul 30 10:44:19 CEST 2010


Author: fijal
Date: Fri Jul 30 10:44:17 2010
New Revision: 76398

Modified:
   pypy/benchmarks/benchmarks.py
Log:
Give up and disable web benchmark :(


Modified: pypy/benchmarks/benchmarks.py
==============================================================================
--- pypy/benchmarks/benchmarks.py	(original)
+++ pypy/benchmarks/benchmarks.py	Fri Jul 30 10:44:17 2010
@@ -46,7 +46,7 @@
 for name in ['float', 'nbody_modified', 'meteor-contest', 'fannkuch',
              'spectral-norm', 'chaos', 'telco']:
     _register_new_bm(name, name, globals(), **opts.get(name, {}))
-for name in ['web', 'names', 'iteration', 'tcp', 'pb']:#, 'accepts']:
+for name in ['names', 'iteration', 'tcp', 'pb']:#, 'accepts', 'web']:
     if name == 'web':
         iteration_scaling = 0.35
     else:



More information about the Pypy-commit mailing list