We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa198df commit 6e17f7bCopy full SHA for 6e17f7b
benchmarks/suite.jl
@@ -7,6 +7,6 @@ file = download("http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd")
7
filename = tempname()
8
9
#-----------------------------------------------------------------------------# read
10
-@info "XML Document read" @benchmark XML.read($file, XML.Node)
11
-@info "XML Document read" @benchmark open(io -> collect(XML.FileIterator(io)), $file, "r")
+@info "XML read" @benchmark Node($file)
+@info "XML lazy" @benchmark XML.LazyNode($file)
12
@info "EzXML read" @benchmark EzXML.readxml($file)
0 commit comments