mirror of
https://github.com/micropython/micropython.git
synced 2026-04-26 02:40:22 +02:00
c3e77ad6db
Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
13 lines
143 B
Python
13 lines
143 B
Python
import bench
|
|
|
|
|
|
def test(num):
|
|
for i in range(num // 40):
|
|
|
|
class X:
|
|
def x(self):
|
|
pass
|
|
|
|
|
|
bench.run(test)
|