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

arigo at codespeak.net arigo at codespeak.net
Tue May 6 10:41:04 CEST 2008


Author: arigo
Date: Tue May  6 10:41:03 2008
New Revision: 54471

Modified:
   pypy/dist/pypy/translator/benchmark/benchmarks.py
Log:
Test runner updated, so bench-custom needs a fresh checkout of gadfly.


Modified: pypy/dist/pypy/translator/benchmark/benchmarks.py
==============================================================================
--- pypy/dist/pypy/translator/benchmark/benchmarks.py	(original)
+++ pypy/dist/pypy/translator/benchmark/benchmarks.py	Tue May  6 10:41:03 2008
@@ -162,7 +162,7 @@
 def check_gadfly():
     return external_dependency('gadfly',
               'http://codespeak.net/svn/user/arigo/hack/pypy-hack/gadflyZip',
-              40406)
+              54470)
 
 def run_mako(executable='/usr/local/bin/python'):
     """ run some tests in the mako templating system """


More information about the pypy-svn mailing list