[pypy-commit] benchmarks default: disable pypy translation benchmark until we decide what to do
fijal
noreply at buildbot.pypy.org
Thu Mar 15 20:28:07 CET 2012
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch:
Changeset: r176:3a31923eb312
Date: 2012-03-15 00:15 -0700
http://bitbucket.org/pypy/benchmarks/changeset/3a31923eb312/
Log: disable pypy translation benchmark until we decide what to do
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -118,7 +118,7 @@
('database', 0.4)
]
-def BM_translate(base_python, changed_python, options):
+def XBM_translate(base_python, changed_python, options):
"""
Run translate.py and returns a benchmark result for each of the phases.
Note that we run it only with ``base_python`` (which corresponds to
@@ -148,7 +148,7 @@
data = RawResult([time], None)
result.append((name, data))
return result
-BM_translate.benchmark_name = 'trans'
+XBM_translate.benchmark_name = 'trans'
def BM_cpython_doc(base_python, changed_python, options):
from unladen_swallow.perf import RawResult
More information about the pypy-commit
mailing list