[pypy-svn] r71385 - pypy/benchmarks

fijal at codespeak.net fijal at codespeak.net
Sun Feb 21 19:03:57 CET 2010


Author: fijal
Date: Sun Feb 21 19:03:54 2010
New Revision: 71385

Modified:
   pypy/benchmarks/benchmarks.py
Log:
an unintentional change to twisted-trunk. Revert back, but we might want
to change for trunk


Modified: pypy/benchmarks/benchmarks.py
==============================================================================
--- pypy/benchmarks/benchmarks.py	(original)
+++ pypy/benchmarks/benchmarks.py	Sun Feb 21 19:03:54 2010
@@ -17,7 +17,7 @@
 
     d[BM.func_name] = BM
 
-TWISTED = [relative('lib/twisted-trunk'), relative('lib/zope.interface-3.5.3/src')]
+TWISTED = [relative('lib/Twisted-9.0.0'), relative('lib/zope.interface-3.5.3/src')]
 
 opts = {
     'gcbench' : {'iteration_scaling' : .10},



More information about the Pypy-commit mailing list