[pypy-commit] benchmarks default: reenable web bench

fijal noreply at buildbot.pypy.org
Thu Mar 8 05:57:12 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r175:3dcea2b0f7e5
Date: 2012-03-07 20:56 -0800
http://bitbucket.org/pypy/benchmarks/changeset/3dcea2b0f7e5/

Log:	reenable web bench

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -62,7 +62,7 @@
              'raytrace-simple', 'crypto_pyaes', 'bm_mako', 'bm_chameleon',
              'json_bench']:
     _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