test_ok2/bench/empty.py

4 lines
87 B
Python
Raw Normal View History

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