mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
set LOOPS to 10000
This commit is contained in:
parent
77b300895c
commit
5526e394a2
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Version History:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOOPS = 1000
|
LOOPS = 10000
|
||||||
|
|
||||||
from time import clock
|
from time import clock
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ Version History:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOOPS = 1000
|
LOOPS = 10000
|
||||||
|
|
||||||
from time import clock
|
from time import clock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue