[pypy-svn] r40408 - pypy/dist/pypy/translator/benchmark

arigo at codespeak.net arigo at codespeak.net
Mon Mar 12 19:36:20 CET 2007


Author: arigo
Date: Mon Mar 12 19:36:18 2007
New Revision: 40408

Modified:
   pypy/dist/pypy/translator/benchmark/benchmarks.py
Log:
Oups.  And also, rename the benchmark from gadfly to gadfly2 to avoid using older results.


Modified: pypy/dist/pypy/translator/benchmark/benchmarks.py
==============================================================================
--- pypy/dist/pypy/translator/benchmark/benchmarks.py	(original)
+++ pypy/dist/pypy/translator/benchmark/benchmarks.py	Mon Mar 12 19:36:18 2007
@@ -51,6 +51,7 @@
         print >> sys.stderr, "* checkout failed, skipping this benchmark"
         return False
     revtag.write(str(revision))
+    return True
 
 def run_cmd(cmd):
     #print "running", cmd
@@ -196,7 +197,7 @@
                         's', check_docutils),
               Benchmark('templess', run_templess, RICHARDS_ASCENDING_GOOD,
                         's', check_templess),
-              Benchmark('gadfly', run_gadfly, RICHARDS_ASCENDING_GOOD,
+              Benchmark('gadfly2', run_gadfly, RICHARDS_ASCENDING_GOOD,
                         's', check_gadfly),
               Benchmark('mako', run_mako, RICHARDS_ASCENDING_GOOD,
                         's', check_mako),



More information about the Pypy-commit mailing list