[Python-checkins] python/dist/src/Lib/test pystone.py,1.6,1.7

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 06 Aug 2002 10:21:23 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv865

Modified Files:
	pystone.py 
Log Message:
Bump the LOOPS count.  50,000 iterations takes about 5 seconds on my
machine -- that feels just right.


Index: pystone.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/pystone.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pystone.py	23 Oct 2000 17:22:07 -0000	1.6
--- pystone.py	6 Aug 2002 17:21:20 -0000	1.7
***************
*** 33,37 ****
  """
  
! LOOPS = 10000
  
  from time import clock
--- 33,37 ----
  """
  
! LOOPS = 50000
  
  from time import clock