Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my

machine -- that feels just right.
This commit is contained in:
Guido van Rossum 2002-08-06 17:21:20 +00:00
parent 43af5b5852
commit 0855dd8938

View File

@ -32,7 +32,7 @@ Version History:
"""
LOOPS = 10000
LOOPS = 50000
from time import clock