Skip to content

Commit 71becd9

Browse files
committed
cleanup
1 parent 485b650 commit 71becd9

File tree

4 files changed

+90
-160
lines changed

4 files changed

+90
-160
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.3"
55

66
[deps]
77
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
8-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
98

109
[compat]
1110
julia = "1.7"

benchmarks/suite.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using BenchmarkTools
77
file = download("http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd")
88

99
#-----------------------------------------------------------------------------# Read
10+
@info "XML.Raw" @benchmark XML.Raw($file)
1011
@info "XML.FastNode" @benchmark XML.FastNode($file)
1112
@info "XML.Node" @benchmark Node($file)
1213
@info "XML.RowNode" @benchmark XML.RowNode($file)

0 commit comments

Comments
 (0)