Author: mattip <[email protected]>
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']:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit