summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/performance/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-26 17:04:05 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-26 17:04:05 -0700
commit06258b8eae3d5af9a1af0206bb5a8e5c80dde455 (patch)
tree93aacbf637fa83cd0e33c3a2a532f4982f3e40a0 /examples/cxx/parser/performance/README
parent04f3476550a2d6c7aacb11e742b5430187d005a2 (diff)
Generate test.bat for examples
Diffstat (limited to 'examples/cxx/parser/performance/README')
-rw-r--r--examples/cxx/parser/performance/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/cxx/parser/performance/README b/examples/cxx/parser/performance/README
index d8d27a7..39aecca 100644
--- a/examples/cxx/parser/performance/README
+++ b/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