Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r177:54315ab5faa1
Date: 2012-04-03 13:07 +0200
http://bitbucket.org/pypy/benchmarks/changeset/54315ab5faa1/

Log:    I think I disabled translate by chance

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -118,7 +118,7 @@
         ('database', 0.4)
         ]
 
-def XBM_translate(base_python, changed_python, options):
+def BM_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
-XBM_translate.benchmark_name = 'trans'
+BM_translate.benchmark_name = 'trans'
 
 def BM_cpython_doc(base_python, changed_python, options):
     from unladen_swallow.perf import RawResult
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to