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

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Nov 13 20:43:34 CET 2008


Author: xoraxax
Date: Thu Nov 13 20:43:34 2008
New Revision: 59905

Modified:
   pypy/build/benchmem/benchmark/appprofiles.py
Log:
Run the list of messages benchmark more often.

Modified: pypy/build/benchmem/benchmark/appprofiles.py
==============================================================================
--- pypy/build/benchmem/benchmark/appprofiles.py	(original)
+++ pypy/build/benchmem/benchmark/appprofiles.py	Thu Nov 13 20:43:34 2008
@@ -78,4 +78,4 @@
 
 
 from sizes import bench_list_of_messages
-bench_list_of_messages = lambda iter1, iter2, x=bench_list_of_messages: x(iter1)
+bench_list_of_messages = lambda iter1, iter2, x=bench_list_of_messages: x(iter1*2)



More information about the Pypy-commit mailing list