Skip to content

Commit 6e17f7b

Browse files
committed
update benchmarks
1 parent fa198df commit 6e17f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/suite.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ file = download("http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd")
77
filename = tempname()
88

99
#-----------------------------------------------------------------------------# 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")
10+
@info "XML read" @benchmark Node($file)
11+
@info "XML lazy" @benchmark XML.LazyNode($file)
1212
@info "EzXML read" @benchmark EzXML.readxml($file)

0 commit comments

Comments
 (0)