This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90d2adf0e8
test_ok2
/
bench
/
empty.py
3 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
adding a small bench script to see where time is spend in the hook architecture --HG-- branch : trunk
2010-10-15 22:36:25 +08:00
for
i
in
range
(
1000
)
:
Use exec directly
2019-05-07 14:07:39 +08:00
exec
(
"
def test_func_
%d
(): pass
"
%
i
)