DEBSOURCES
Skip Quicknav
sources / giac / 1.6.0.41%2Bdfsg1-1 / micropython-1.12 / tests / internal_bench / var-1-constant.py
12345678
import bench def test(num): i = 0 while i < 20000000: i += 1 bench.run(test)