[pypy-commit] buildbot default: also pass function_threshold=0, so we don't effectively run method JIT
fijal
noreply at buildbot.pypy.org
Fri Jun 17 09:17:06 CEST 2011
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch:
Changeset: r517:bfa39582414d
Date: 2011-06-17 09:20 +0200
http://bitbucket.org/pypy/buildbot/changeset/bfa39582414d/
Log: also pass function_threshold=0, so we don't effectively run method
JIT
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -297,7 +297,7 @@
'--revision', WithProperties('%(got_revision)s'),
'--upload', #'--force-host', 'bigdog',
'--branch', WithProperties('%(branch)s'),
- '--args', ',--jit threshold=-1'],
+ '--args', ',--jit threshold=0,function_threshold=0'],
workdir='./benchmarks',
haltOnFailure=True))
resfile = os.path.expanduser("~/bench_results_nojit/%(got_revision)s.json")
More information about the pypy-commit
mailing list