DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / internal_bench / var-3-local.py
1234567891011
import bench def test(num): ITERS = 20000000 i = 0 while i < ITERS: i += 1 bench.run(test)