mirror of https://github.com/python/cpython.git
set LOOPS to 10000
This commit is contained in:
parent
77b300895c
commit
5526e394a2
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOOPS = 1000
|
LOOPS = 10000
|
||||||
|
|
||||||
from time import clock
|
from time import clock
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOOPS = 1000
|
LOOPS = 10000
|
||||||
|
|
||||||
from time import clock
|
from time import clock
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue