[issue20275] asyncio: remove debug code from BaseEventLoop

Yury Selivanov report at bugs.python.org
Wed Jan 15 23:39:04 CET 2014


Yury Selivanov added the comment:

I wrote a small micro-benchmark, that creates 100K tasks and executes them.

With debug code the execution time is around 2.8-3.1s, with debug comment commented out it's around 2.3-2.4s.

Again, it's a micro-benchmark, and in a real application the impact is going to be much smaller.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20275>
_______________________________________


More information about the Python-bugs-list mailing list