micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import bench
|
||||
|
||||
|
||||
def func(a, b, c):
|
||||
pass
|
||||
|
||||
|
||||
def test(num):
|
||||
for i in iter(range(num)):
|
||||
func(i, i, i)
|
||||
|
||||
|
||||
bench.run(test)
|
Reference in New Issue
Block a user