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
6ffb659282
test_ok2
/
bench
/
empty.py
4 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
python3 fixes
2010-11-24 10:32:07 +08:00
import
py
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
)
:
python3 fixes
2010-11-24 10:32:07 +08:00
py
.
builtin
.
exec_
(
"
def test_func_
%d
(): pass
"
%
i
)