2003-09-04 12:05:02 -04:00
|
|
|
This directory contains some really large test files, mostly used to
|
|
|
|
benchmark various aspects of Expat's performance.
|
|
|
|
|
|
|
|
(As files are added, they should be described here, including what
|
|
|
|
benchmark program they're intended to be used with and what that
|
|
|
|
resulting measurements tell us.)
|
2003-09-04 17:31:32 -04:00
|
|
|
|
2003-09-04 20:40:23 -04:00
|
|
|
* nes96.xml (~2.8 MB):
|
2003-09-04 17:31:32 -04:00
|
|
|
- properties: no namespaces, mixed content, average nesting depth
|
|
|
|
- source: http://sda.berkeley.edu:7502/ddi/nes96/
|
|
|
|
(no indication of license or copyright there)
|
|
|
|
- purpose: mostly for performance testing with the benchmark utility
|
|
|
|
|
2003-09-04 20:40:23 -04:00
|
|
|
* wordnet_glossary-20010201.xml (~14.4 MB):
|
2003-09-04 17:31:32 -04:00
|
|
|
- properties: namespaces, element content, flat
|
|
|
|
- source: http://www.semanticweb.org/library/wordnet/
|
|
|
|
(license looks Open Source, see license.html file on the same page)
|
|
|
|
- purpose: mostly for performance testing with the benchmark utility
|
|
|
|
|
2003-09-04 20:40:23 -04:00
|
|
|
* recset.xml (~29.1 MB):
|
2003-09-11 23:52:18 -04:00
|
|
|
- properties: small portion with namespaces, bulk without, element
|
|
|
|
content, flat
|
2003-09-04 20:40:23 -04:00
|
|
|
- source: test data donated by Karl Waclawek
|
2003-09-04 17:31:32 -04:00
|
|
|
- purpose: mostly for performance testing with the benchmark utility
|
|
|
|
|
2003-09-04 20:40:23 -04:00
|
|
|
* ns_att_test.xml (~34.2 MB):
|
2003-09-11 23:52:18 -04:00
|
|
|
- properties: lots of prefixed attributes (28 on average), element
|
|
|
|
content, flat
|
2003-09-04 20:40:23 -04:00
|
|
|
- source: test data donated by Karl Waclawek
|
2003-09-11 23:52:18 -04:00
|
|
|
- purpose: mostly for performance testing with the benchmark
|
|
|
|
utility, specifically for testing the duplicate attribute check in
|
|
|
|
storeAttributes()
|
2003-09-04 20:40:23 -04:00
|
|
|
|
|
|
|
|