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
6d259c400e
test_ok2
/
bench
/
empty.py
5 lines
80 B
Python
Raw
Normal View
History
Unescape
Escape
py.builtin.exec_ => six.exec_
2018-08-23 10:24:33 +08:00
import
six
run black
2018-05-23 22:48:46 +08:00
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
)
:
py.builtin.exec_ => six.exec_
2018-08-23 10:24:33 +08:00
six
.
exec_
(
"
def test_func_
%d
(): pass
"
%
i
)