[pypy-commit] benchmarks single-run: oops

fijal noreply at buildbot.pypy.org
Thu Apr 9 11:36:37 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: single-run
Changeset: r325:97737211ed68
Date: 2015-04-09 11:36 +0200
http://bitbucket.org/pypy/benchmarks/changeset/97737211ed68/

Log:	oops

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -62,8 +62,7 @@
     'eparse'  : {'bm_env': {'PYTHONPATH': relative('lib/monte')}},
     'bm_mako' : {'bm_env': {'PYTHONPATH': relative('lib/mako')}},
     'bm_dulwich_log': {'bm_env': {'PYTHONPATH': relative('lib/dulwich-0.9.1')}},
-    'bm_chameleon': {'bm_env': {'PYTHONPATH': relative('lib/chameleon/src')},
-                     'iteration_scaling': 3},
+    'bm_chameleon': {'bm_env': {'PYTHONPATH': relative('lib/chameleon/src')}},
 }
 
 for name in ['expand', 'integrate', 'sum', 'str']:


More information about the pypy-commit mailing list