From: Guido van Rossum Date: Thu, 14 Aug 1997 20:14:12 +0000 (+0000) Subject: set LOOPS to 10000 X-Git-Tag: v1.5a3~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5526e394a2bc5b01896a607b4d2871c8c84a6a83;p=thirdparty%2FPython%2Fcpython.git set LOOPS to 10000 --- diff --git a/Lib/test/pystone.py b/Lib/test/pystone.py index 23e3b7fbf00c..56e5c91140ef 100755 --- a/Lib/test/pystone.py +++ b/Lib/test/pystone.py @@ -32,7 +32,7 @@ Version History: """ -LOOPS = 1000 +LOOPS = 10000 from time import clock diff --git a/Tools/scripts/pystone.py b/Tools/scripts/pystone.py index 23e3b7fbf00c..56e5c91140ef 100755 --- a/Tools/scripts/pystone.py +++ b/Tools/scripts/pystone.py @@ -32,7 +32,7 @@ Version History: """ -LOOPS = 1000 +LOOPS = 10000 from time import clock