mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my
machine -- that feels just right.
This commit is contained in:
parent
43af5b5852
commit
0855dd8938
@ -32,7 +32,7 @@ Version History:
|
||||
|
||||
"""
|
||||
|
||||
LOOPS = 10000
|
||||
LOOPS = 50000
|
||||
|
||||
from time import clock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user