[pypy-commit] benchmarks default: run chameleon 3x as long

fijal noreply at buildbot.pypy.org
Sat Oct 8 21:35:11 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r146:de46a8229ddd
Date: 2011-10-08 21:35 +0200
http://bitbucket.org/pypy/benchmarks/changeset/de46a8229ddd/

Log:	run chameleon 3x as long

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -42,7 +42,8 @@
 opts = {
     'gcbench' : {'iteration_scaling' : .10},
     'bm_mako' : {'bm_env': {'PYTHONPATH': relative('lib/mako')}},
-    'bm_chameleon': {'bm_env': {'PYTHONPATH': relative('lib/chameleon/src')}},
+    'bm_chameleon': {'bm_env': {'PYTHONPATH': relative('lib/chameleon/src')},
+                     'iteration_scaling': 3},
 }
 
 for name in ['expand', 'integrate', 'sum', 'str']:


More information about the pypy-commit mailing list