This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2547928148
circuitpython
/
tests
/
bench
/
bench.py
11 lines
114 B
Python
Raw
Blame
History
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
Copy Permalink