1178848ScokaneUse this benchmark command line utility as follows:
2178848Scokane
3178848Scokane  benchmark [-n] <file name> <buffer size> <# iterations>
4178848Scokane
5178848ScokaneThe command line arguments are:
6178848Scokane
7178848Scokane  -n             ... optional; if supplied, namespace processing is turned on
8178848Scokane  <file name>    ... name/path of test xml file
9178848Scokane  <buffer size>  ... size of processing buffer;
10178848Scokane                     the file is parsed in chunks of this size
11178848Scokane  <# iterations> ... how often will the file be parsed
12178848Scokane
13178848ScokaneReturns:
14178848Scokane
15178848Scokane  The time (in seconds) it takes to parse the test file,
16302305Sdelphij  averaged over the number of iterations.@
17