This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
7ea06a3e26
micropython
/
tests
/
internal_bench
/
var-2-global.py
13 wiersze
112 B
Python
Czysty
Wina
Historia
import
bench
ITERS
=
20000000
def
test
(
num
)
:
i
=
0
while
i
<
ITERS
:
i
+
=
1
bench
.
run
(
test
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik