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