index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bench
/
loop_count-4-while_down_gt.py
blob: de8dee2ca9c60050d1d619890e0a686e3a7bbd0f (
plain
)
1
2
3
4
5
6
7
import
bench
def
test
(
num
):
while
num
>
0
:
num
-=
1
bench
.
run
(
test
)