[pypy-svn] r80157 - pypy/benchmarks

fijal at codespeak.net fijal at codespeak.net
Mon Jan 3 09:26:48 CET 2011


Author: fijal
Date: Mon Jan  3 09:26:46 2011
New Revision: 80157

Modified:
   pypy/benchmarks/benchmarks.py
Log:
disable twisted.web

Modified: pypy/benchmarks/benchmarks.py
==============================================================================
--- pypy/benchmarks/benchmarks.py	(original)
+++ pypy/benchmarks/benchmarks.py	Mon Jan  3 09:26:46 2011
@@ -49,7 +49,7 @@
              'spectral-norm', 'chaos', 'telco', 'go', 'pyflate-fast',
              'raytrace-simple', 'crypto_pyaes', 'waf', 'bm_mako']:
     _register_new_bm(name, name, globals(), **opts.get(name, {}))
-for name in ['names', 'iteration', 'tcp', 'pb', 'web']:#, 'accepts']:
+for name in ['names', 'iteration', 'tcp', 'pb']:#, 'web', 'accepts']:
     iteration_scaling = 1.0
     _register_new_bm_twisted(name, 'twisted_' + name,
                      globals(), bm_env={'PYTHONPATH': ':'.join(TWISTED)},



More information about the Pypy-commit mailing list