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ść
6e2dff6bae
micropython
/
tests
/
internal_bench
/
bench.py
12 wiersze
115 B
Python
Czysty
Wina
Historia
import
time
ITERS
=
20000000
def
run
(
f
)
:
t
=
time
.
time
(
)
f
(
ITERS
)
t
=
time
.
time
(
)
-
t
print
(
t
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik