[Lxml-checkins] r49963 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Thu Dec 20 19:25:38 CET 2007
Author: scoder
Date: Thu Dec 20 19:25:36 2007
New Revision: 49963
Modified:
lxml/trunk/ (props changed)
lxml/trunk/doc/performance.txt
Log:
r3171 at delle: sbehnel | 2007-12-20 19:25:24 +0100
benchmark updates
Modified: lxml/trunk/doc/performance.txt
==============================================================================
--- lxml/trunk/doc/performance.txt (original)
+++ lxml/trunk/doc/performance.txt Thu Dec 20 19:25:36 2007
@@ -385,19 +385,19 @@
This translates directly into similar timings for ``Element.findall()``::
- lxe: findall (--TR T2) 8.2440 msec/pass
+ lxe: findall (--TR T2) 8.1239 msec/pass
cET: findall (--TR T2) 44.5340 msec/pass
ET : findall (--TR T2) 27.1149 msec/pass
- lxe: findall (--TR T3) 1.7269 msec/pass
+ lxe: findall (--TR T3) 1.6870 msec/pass
cET: findall (--TR T3) 12.9611 msec/pass
ET : findall (--TR T3) 8.6131 msec/pass
- lxe: findall_tag (--TR T2) 0.8020 msec/pass
+ lxe: findall_tag (--TR T2) 0.7660 msec/pass
cET: findall_tag (--TR T2) 40.6358 msec/pass
ET : findall_tag (--TR T2) 21.4581 msec/pass
- lxe: findall_tag (--TR T3) 0.2341 msec/pass
+ lxe: findall_tag (--TR T3) 0.2160 msec/pass
cET: findall_tag (--TR T3) 9.6831 msec/pass
ET : findall_tag (--TR T3) 5.2109 msec/pass
More information about the lxml-checkins
mailing list