]> granicus.if.org Git - python/commitdiff
Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my
authorGuido van Rossum <guido@python.org>
Tue, 6 Aug 2002 17:21:20 +0000 (17:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Aug 2002 17:21:20 +0000 (17:21 +0000)
machine -- that feels just right.

Lib/test/pystone.py

index 6c04b55714696a0380ecdebed87954d01118a34c..931a307926ae1538453aed651cc5e9a70dd45a92 100755 (executable)
@@ -32,7 +32,7 @@ Version History:
 
 """
 
-LOOPS = 10000
+LOOPS = 50000
 
 from time import clock