[pypy-commit] buildbot default: run the incremental benchmark nightly

fijal noreply at buildbot.pypy.org
Tue Jan 14 20:55:25 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r905:efa01db4e858
Date: 2014-01-14 20:55 +0100
http://bitbucket.org/pypy/buildbot/changeset/efa01db4e858/

Log:	run the incremental benchmark nightly

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -230,6 +230,7 @@
                                        # XXX maybe use a trigger instead?
             JITBENCH,                  # on tannit32, uses 1 core (in part exclusively)
             JITBENCH64,                # on tannit64, uses 1 core (in part exclusively)
+            JITBENCH64_NEW,            # on speed64, uses 1 core (in part exclusively)
 
         ], branch=None, hour=2, minute=0),
 


More information about the pypy-commit mailing list