diff options
-rwxr-xr-x | Lib/test/pystone.py | 2 | ||||
-rwxr-xr-x | Tools/scripts/pystone.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/pystone.py b/Lib/test/pystone.py index 23e3b7f..56e5c91 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 23e3b7f..56e5c91 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 |