test_ok2/bench/empty.py

3 lines
63 B
Python
Raw Normal View History

for i in range(1000):
2019-05-07 14:07:39 +08:00
exec("def test_func_%d(): pass" % i)