Bring in expat 2.1.0 from vendor.
[AROS.git] / workbench / libs / expat / tests / benchmark / README.txt
blob7f9cca037ec4abcc7da229768ccbaf82920cca49
1 Use this benchmark command line utility as follows:
3   benchmark [-n] <file name> <buffer size> <# iterations>
5 The command line arguments are:
7   -n             ... optional; if supplied, namespace processing is turned on
8   <file name>    ... name/path of test xml file
9   <buffer size>  ... size of processing buffer;
10                      the file is parsed in chunks of this size
11   <# iterations> ... how often will the file be parsed
13 Returns:
15   The time (in seconds) it takes to parse the test file,
16   averaged over the number of iterations.