Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r187:b9f90a0aab32
Date: 2012-07-27 22:10 +0200
http://bitbucket.org/pypy/benchmarks/changeset/b9f90a0aab32/

Log:    disable the web benchmark, again

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']:
     if name == 'web':
         iteration_scaling = 0.2
     else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to