[pypy-svn] r58669 - pypy/build/benchmem/benchmark

fijal at codespeak.net fijal at codespeak.net
Mon Oct 6 17:46:19 CEST 2008


Author: fijal
Date: Mon Oct  6 17:46:18 2008
New Revision: 58669

Modified:
   pypy/build/benchmem/benchmark/sizes.py
Log:
fix tests


Modified: pypy/build/benchmem/benchmark/sizes.py
==============================================================================
--- pypy/build/benchmem/benchmark/sizes.py	(original)
+++ pypy/build/benchmem/benchmark/sizes.py	Mon Oct  6 17:46:18 2008
@@ -1,8 +1,11 @@
 
+""" checkpointed
+"""
+
 glob = 0
 
 def bench_0nothing(iter1):
-    pass
+    checkpoint(collect=True)
 
 def bench_list_of_None(iter1):
     l = [None for i in range(iter1)]



More information about the Pypy-commit mailing list