summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-10-05 22:38:20 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-10-05 22:38:20 -0700
commit1bf64a081bd999e0b5b6d40997efe1ed9224d08b (patch)
treeb44a2f5fcb8c636ff817a3b4e16eb0ec2f10998a
parent92bc81affc117a540be87ffccb785187b167ef58 (diff)
Remove a paragraph from benchmark.md that is no longer accurate
-rw-r--r--benchmark.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark.md b/benchmark.md
index de45844..dcba345 100644
--- a/benchmark.md
+++ b/benchmark.md
@@ -12,8 +12,6 @@ The time measured is the time to parse the document from memory; for DOM parsers
The memory consumption is the peak value of allocated memory during the parsing process; it is only displayed for DOM parsers, since SAX/pull parsers usually have more or less constant memory consumption.
-*Note: pugixml_compact refers to new compact mode implementation from compact branch that is not released yet. That branch also reduces the memory requirements of baseline configuration - expect it to make it into next version!*
-
All tests were performed with Microsoft Visual Studio 2015, with all optimizations on and with all parsers operating in their default modes (i.e., no custom tuning has been performed). The timing results were recorded on a Intel Core i7 @ 2.67 GHz.
Benchmarks are performed on nine different test files; all of them are in 1-20 Mb range and display a different range of markup/content ratios - e.g. there's a COLLADA file that has little markup, there's a book file that has almost no markup, there are some files where there is a lot of markup and almost no content, etc. The test files include a 10 Mb [XMark](http://www.xml-benchmark.org) test file.