micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import bench
|
||||
|
||||
|
||||
def test(num):
|
||||
ITERS = 20000000
|
||||
i = 0
|
||||
while i < ITERS:
|
||||
i += 1
|
||||
|
||||
|
||||
bench.run(test)
|
Reference in New Issue
Block a user