pystone_lowmem: Lower default loop numbers to 500 (100 times less than was).

On 80MHz RISC system, that runs in ~2s. So, even on a 10MHz system, random
run should not make user wonder if a system hanged. Of course, for more
precise measurement, more loops should be used, e.g.:

pystone_lowmem.main(1000)
pull/72/merge
Paul Sokolovsky 2016-05-10 00:22:24 +03:00
rodzic 8e8a574aac
commit cdff8ff7c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ Version History:
"""
LOOPS = 50000
LOOPS = 500
from utime import ticks_ms, ticks_diff