summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-08-06 17:21:20 (GMT)
committerGuido van Rossum <guido@python.org>2002-08-06 17:21:20 (GMT)
commit0855dd8938664143fd66835aca94f0b4c6dc9d0a (patch)
tree1a4166acde51e0fd8d2397747b00187b1af50e7e /Lib
parent43af5b585217beda02056686ab3b254a54e467f4 (diff)
downloadcpython-0855dd8938664143fd66835aca94f0b4c6dc9d0a.zip
cpython-0855dd8938664143fd66835aca94f0b4c6dc9d0a.tar.gz
cpython-0855dd8938664143fd66835aca94f0b4c6dc9d0a.tar.bz2
Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my
machine -- that feels just right.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/pystone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/pystone.py b/Lib/test/pystone.py
index 6c04b55..931a307 100755
--- a/Lib/test/pystone.py
+++ b/Lib/test/pystone.py
@@ -32,7 +32,7 @@ Version History:
"""
-LOOPS = 10000
+LOOPS = 50000
from time import clock