[pypy-svn] r68587 - pypy/trunk/pypy/translator/benchmark

fijal at codespeak.net fijal at codespeak.net
Sat Oct 17 17:14:59 CEST 2009


Author: fijal
Date: Sat Oct 17 17:14:57 2009
New Revision: 68587

Modified:
   pypy/trunk/pypy/translator/benchmark/jitbench.py
Log:
change to pypybench


Modified: pypy/trunk/pypy/translator/benchmark/jitbench.py
==============================================================================
--- pypy/trunk/pypy/translator/benchmark/jitbench.py	(original)
+++ pypy/trunk/pypy/translator/benchmark/jitbench.py	Sat Oct 17 17:14:57 2009
@@ -5,7 +5,7 @@
 import sys
 import py
 
-BASE = "http://pybench.appspot.com/upload"
+BASE = "http://pypybench.appspot.com/upload"
 
 def upload_results(stderr, url=BASE):
     data = urllib.urlencode({'content' : stderr})



More information about the Pypy-commit mailing list