kopia lustrzana https://github.com/micropython/micropython
8 wiersze
90 B
Python
8 wiersze
90 B
Python
|
import bench
|
||
|
|
||
|
def test(num):
|
||
|
for i in iter(range(num)):
|
||
|
pass
|
||
|
|
||
|
bench.run(test)
|