Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r600:d4fc18217372
Date: 2011-12-15 16:44 +0100
http://bitbucket.org/pypy/buildbot/changeset/d4fc18217372/

Log:    add new builder/slave to run benchmarks on speed.python.org

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -145,6 +145,8 @@
 JITONLYLINUX32 = "jitonly-own-linux-x86-32"
 JITBENCH = "jit-benchmark-linux-x86-32"
 JITBENCH64 = "jit-benchmark-linux-x86-64"
+JITBENCH64_2 = "jit-benchmark-linux-x86-64-2"
+
 
 BuildmasterConfig = {
     'slavePortnum': slavePortnum,
@@ -297,6 +299,13 @@
                    "category": "benchmark-run",
                    # the locks are acquired with fine grain inside the build
                    },
+                  {"name": JITBENCH64_2,
+                   "slavenames": ["speed-python-64"],
+                   "builddir": JITBENCH64,
+                   "factory": pypyJITBenchmarkFactory64,
+                   "category": "benchmark-run",
+                   # the locks are acquired with fine grain inside the build
+                   },
                   {"name": MACOSX32,
                    "slavenames": ["minime"],
                    "builddir": MACOSX32,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to