From 06258b8eae3d5af9a1af0206bb5a8e5c80dde455 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 May 2014 17:04:05 -0700 Subject: Generate test.bat for examples --- examples/cxx/parser/performance/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/cxx/parser/performance/README') 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 -- cgit v1.1