File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,21 @@ XML.write(node) # String
129
129
130
130
## Performance
131
131
132
- - Comparing benchmarks (fairly) between packages is hard.
133
- - The most fair comparison is between ` XML.Node ` and ` XMLDict.xml_dict ` .
134
- - See the ` benchmarks/suite.jl ` file.
132
+ - See the ` benchmarks/suite.jl ` for the code to produce these results.
133
+ - The following output was generated in a Julia session with the following ` versioninfo ` :
134
+
135
+ ```
136
+ julia> versioninfo()
137
+ Julia Version 1.8.5
138
+ Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
139
+ Platform Info:
140
+ OS: macOS (arm64-apple-darwin21.5.0)
141
+ CPU: 10 × Apple M1 Pro
142
+ WORD_SIZE: 64
143
+ LIBM: libopenlibm
144
+ LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
145
+ Threads: 1 on 8 virtual cores
146
+ ```
135
147
136
148
137
149
### Reading an XML File
You can’t perform that action at this time.
0 commit comments