mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Version History:
|
|||
|
||||
"""
|
||||
|
||||
LOOPS = 10000
|
||||
LOOPS = 50000
|
||||
|
||||
from time import clock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue