micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import bench
|
||||
|
||||
|
||||
def test(num):
|
||||
for i in iter(range(num // 10000)):
|
||||
l = [0] * 1000
|
||||
l2 = bytes(map(lambda x: x, l))
|
||||
|
||||
|
||||
bench.run(test)
|
Reference in New Issue
Block a user