[pypy-svn] r71386 - in pypy/benchmarks: . lib lib/Twisted-9.0.0

fijal at codespeak.net fijal at codespeak.net
Sun Feb 21 21:58:52 CET 2010


Author: fijal
Date: Sun Feb 21 21:58:48 2010
New Revision: 71386

Removed:
   pypy/benchmarks/lib/Twisted-9.0.0/
Modified:
   pypy/benchmarks/benchmarks.py
   pypy/benchmarks/lib/   (props changed)
Log:
Replace twisted 9.0.0 with trunk via svn:external


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



More information about the Pypy-commit mailing list