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

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 16 Jul 2001 06:06:45 -0700


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

Modified Files:
	pystone.py 
Log Message:
Oops, the change to pystone wasn't supposed to be committed.


Index: pystone.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/pystone.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pystone.py	2001/07/15 21:08:29	1.7
--- pystone.py	2001/07/16 13:06:43	1.8
***************
*** 33,37 ****
  """
  
! LOOPS = 100000
  
  from time import clock
--- 33,37 ----
  """
  
! LOOPS = 10000
  
  from time import clock