Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5526e39

Browse files
committed
set LOOPS to 10000
1 parent 77b3008 commit 5526e39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/pystone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
"""
3434

35-
LOOPS = 1000
35+
LOOPS = 10000
3636

3737
from time import clock
3838

Tools/scripts/pystone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
"""
3434

35-
LOOPS = 1000
35+
LOOPS = 10000
3636

3737
from time import clock
3838

0 commit comments

Comments
 (0)