[pypy-commit] buildbot default: kill benchmarks on speed

fijal noreply at buildbot.pypy.org
Mon Apr 8 11:52:02 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r775:358f8194ba69
Date: 2013-04-08 11:51 +0200
http://bitbucket.org/pypy/buildbot/changeset/358f8194ba69/

Log:	kill benchmarks on speed

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -158,13 +158,6 @@
 pypyJITBenchmarkFactory_tannit = pypybuilds.JITBenchmark()
 pypyJITBenchmarkFactory64_tannit = pypybuilds.JITBenchmark(platform='linux64',
                                                            postfix='-64')
-pypyJITBenchmarkFactory64_speed = pypybuilds.JITBenchmark(platform='linux64',
-                                                          postfix='-64',
-                                                          host='speed_python')
-
-cPython27BenchmarkFactory64 = pypybuilds.CPythonBenchmark('2.7',
-                                                          platform='linux64')
-
 
 #
 
@@ -323,20 +316,6 @@
                    "category": "benchmark-run",
                    # the locks are acquired with fine grain inside the build
                    },
-                  {"name": JITBENCH64_2,
-                   "slavenames": ["speed-python-64"],
-                   "builddir": JITBENCH64_2,
-                   "factory": pypyJITBenchmarkFactory64_speed,
-                   "category": "benchmark-run",
-                   # the locks are acquired with fine grain inside the build
-                   },
-                  {"name": CPYTHON_64,
-                   "slavenames": ["speed-python-64"],
-                   "builddir": CPYTHON_64,
-                   "factory": cPython27BenchmarkFactory64,
-                   "category": "benchmark-run",
-                   # the locks are acquired with fine grain inside the build
-                   },
                   {"name": MACOSX32,
                    "slavenames": ["minime"],
                    "builddir": MACOSX32,


More information about the pypy-commit mailing list