summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/performance/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/performance/README')
-rw-r--r--examples/cxx/tree/performance/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/cxx/tree/performance/README b/examples/cxx/tree/performance/README
index 440ee62..cb79cc2 100644
--- a/examples/cxx/tree/performance/README
+++ b/examples/cxx/tree/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.
@@ -57,4 +55,4 @@ parser (off by default). The -i option can be used to specify the
number of parsing and serialization iterations (1000 by default). For
example:
-$ ./driver -v -i 100 test-500k.xml
+$ ./driver -v -i 100 test-50k.xml