Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r526:acf8d8be6447
Date: 2011-07-15 11:57 +0200
http://bitbucket.org/pypy/buildbot/changeset/acf8d8be6447/
Log: just disable the jit
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -308,7 +308,7 @@
'--revision', WithProperties('%(got_revision)s'),
'--upload', #'--force-host', 'bigdog',
'--branch', WithProperties('%(branch)s'),
- '--args', ',--jit threshold=0 --jit
function_threshold=0'],
+ '--args', ',--jit off'],
workdir='./benchmarks',
haltOnFailure=True))
resfile =
os.path.expanduser("~/bench_results_nojit/%(got_revision)s.json")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit