Files
UXP-Fixed/testing/web-platform/tests/tools/pytest/bench/empty.py
T
2018-02-02 04:16:08 -05:00

4 lines
85 B
Python

import py
for i in range(1000):
py.builtin.exec_("def test_func_%d(): pass" % i)