Skip to content

Commit cb28b02

Browse files
committed
add processing instructions because of course its a different thing than anything else
1 parent 3456483 commit cb28b02

File tree

5 files changed

+233
-304
lines changed

5 files changed

+233
-304
lines changed

.DS_Store

6 KB
Binary file not shown.

<!-- comment -->

Whitespace-only changes.

benchmarks/suite.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ filename = tempname()
88

99
#-----------------------------------------------------------------------------# read
1010
@info "XML lazy read" @benchmark XML.RawData($file)
11+
@info "XML read" @benchmark Node($file)
1112

1213
@info "EzXML read" @benchmark EzXML.readxml($file)

0 commit comments

Comments
 (0)