This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients brett.cannon, pitrou, scoder
Date 2013-03-30.09:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364635670.41.0.321134576272.issue17573@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, but an lxml benchmark is independent from this patch then. I updated it to only use cElementTree, with the additional "--etree-module" option and also a "--no-accelerator" option for advanced usage.

Another thing I did is to split the actual benchmark code into three: one that does parse-process-serialise, one that only does process-serialise, and one that does only generate-serialise. The intention is to also represent the use case of just getting stuff out, instead of always getting everything in through the parser.
History
Date User Action Args
2013-03-30 09:27:50scodersetrecipients: + scoder, brett.cannon, pitrou
2013-03-30 09:27:50scodersetmessageid: <1364635670.41.0.321134576272.issue17573@psf.upfronthosting.co.za>
2013-03-30 09:27:50scoderlinkissue17573 messages
2013-03-30 09:27:50scodercreate