]> granicus.if.org Git - python/commitdiff
set LOOPS to 10000
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 20:14:12 +0000 (20:14 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 20:14:12 +0000 (20:14 +0000)
Lib/test/pystone.py
Tools/scripts/pystone.py

index 23e3b7fbf00cf7151bdca078f0d7dd13b1607fd3..56e5c91140efd6843ccbeebec610325a9d7f73d0 100755 (executable)
@@ -32,7 +32,7 @@ Version History:
 
 """
 
-LOOPS = 1000
+LOOPS = 10000
 
 from time import clock
 
index 23e3b7fbf00cf7151bdca078f0d7dd13b1607fd3..56e5c91140efd6843ccbeebec610325a9d7f73d0 100755 (executable)
@@ -32,7 +32,7 @@ Version History:
 
 """
 
-LOOPS = 1000
+LOOPS = 10000
 
 from time import clock