diff options
Diffstat (limited to 'xsd/examples/cxx/parser/performance/README')
-rw-r--r-- | xsd/examples/cxx/parser/performance/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xsd/examples/cxx/parser/performance/README b/xsd/examples/cxx/parser/performance/README index d8d27a7..39aecca 100644 --- a/xsd/examples/cxx/parser/performance/README +++ b/xsd/examples/cxx/parser/performance/README @@ -7,10 +7,8 @@ The example consists of the following files: test.xsd XML Schema which describes the test vocabulary. -test-5k.xml test-50k.xml -test-500k.xml - Test XML documents of various sizes. + Test XML document. gen.cxx Program to generate a test document of desired size. @@ -41,4 +39,4 @@ parser (only makes sense for Xerces-C++, off by default). The -i option can be used to specify the number of parsing iterations (1000 by default). For example: -$ ./driver -v -i 100 test-500k.xml +$ ./driver -v -i 100 test-50k.xml |