Author: Maciej Fijalkowski <fij...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit