DEBSOURCES
Skip Quicknav
sources / giac / 1.9.0.35%2Bdfsg2-1.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)