Skip to content

Commit 6d372b3

Browse files
committed
readme
1 parent ef229c3 commit 6d372b3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,6 @@ XML.write(node) # String
133133
- The most fair comparison is between `XML.Node` and `XMLDict.xml_dict`.
134134
- See the `benchmarks/suite.jl` file.
135135

136-
```
137-
8×2 DataFrame
138-
Row │ name bench
139-
│ String Trial
140-
─────┼───────────────────────────────────────────
141-
1 │ XML.Raw Trial(9.833 μs)
142-
2 │ XML.LazyNode Trial(9.875 μs)
143-
3 │ collect(XML.LazyNode) Trial(61.907 ms)
144-
4 │ XML.Node Trial(981.630 ms)
145-
5 │ EzXML.readxml Trial(162.071 ms)
146-
6 │ XMLDict.xml_dict Trial(1.047 s)
147-
7 │ XML.LazyNode iteration Trial(48.887 ms)
148-
8 │ EzXML.StreamReader Trial(138.746 ms)
149-
```
150-
151136
```
152137
XML.Raw 0.010209
153138
XML.LazyNode 0.010333

0 commit comments

Comments
 (0)