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
733f43b02e
test_ok2
/
bench
/
empty.py
4 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Use fix-encoding-pragma pre-commit hook
2019-05-15 06:56:31 +08:00
# -*- coding: utf-8 -*-
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
)