[pypy-commit] benchmarks default: disable cffi-dependent benchmark until translation runs cffi-import

mattip noreply at buildbot.pypy.org
Sat Jun 13 22:55:25 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r331:45bdb6aca4bb
Date: 2015-06-13 23:54 +0300
http://bitbucket.org/pypy/benchmarks/changeset/45bdb6aca4bb/

Log:	disable cffi-dependent benchmark until translation runs cffi-import

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -83,7 +83,8 @@
              'raytrace-simple', 'crypto_pyaes', 'bm_mako', 'bm_chameleon',
              'json_bench', 'pidigits', 'hexiom2', 'eparse', 'deltablue',
              'bm_dulwich_log', 'bm_krakatau', 'bm_mdp', 'pypy_interp',
-             'sqlitesynth']:
+             #'sqlitesynth',
+             ]:
     _register_new_bm(name, name, globals(), **opts.get(name, {}))
 
 for name in ['names', 'iteration', 'tcp', 'pb', ]:#'web']:#, 'accepts']:


More information about the pypy-commit mailing list