diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 20:14:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 20:14:12 (GMT) |
commit | 5526e394a2bc5b01896a607b4d2871c8c84a6a83 (patch) | |
tree | ae48781cc6106766b9ead1dff36750c827400daa /Lib/test/pystone.py | |
parent | 77b300895c991062074fab84792cea4d5f4f627b (diff) | |
download | cpython-5526e394a2bc5b01896a607b4d2871c8c84a6a83.zip cpython-5526e394a2bc5b01896a607b4d2871c8c84a6a83.tar.gz cpython-5526e394a2bc5b01896a607b4d2871c8c84a6a83.tar.bz2 |
set LOOPS to 10000
Diffstat (limited to 'Lib/test/pystone.py')
-rwxr-xr-x | Lib/test/pystone.py | 2 |
1 files changed, 1 insertions, 1 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 |