[issue17573] add ElementTree XML processing benchmark to benchmark suite

Antoine Pitrou report at bugs.python.org
Fri Apr 12 20:48:39 CEST 2013


Antoine Pitrou added the comment:

I've committed the benchmarks after some changes:
- smaller document to reduce runtimes
- avoid measuring processing and serializing performance as part of the parsing benchmark
- added an iterparse benchmark (iterparse can be important for e.g. XMPP implementations)

----------
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list