kopia lustrzana https://github.com/micropython/micropython-lib
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
rodzic
8e8a574aac
commit
cdff8ff7c6
|
@ -39,7 +39,7 @@ Version History:
|
|||
|
||||
"""
|
||||
|
||||
LOOPS = 50000
|
||||
LOOPS = 500
|
||||
|
||||
from utime import ticks_ms, ticks_diff
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue