1220ed979SColeman KaneUse this benchmark command line utility as follows:
2220ed979SColeman Kane
3220ed979SColeman Kane  benchmark [-n] <file name> <buffer size> <# iterations>
4220ed979SColeman Kane
5220ed979SColeman KaneThe command line arguments are:
6220ed979SColeman Kane
7220ed979SColeman Kane  -n             ... optional; if supplied, namespace processing is turned on
8220ed979SColeman Kane  <file name>    ... name/path of test xml file
9220ed979SColeman Kane  <buffer size>  ... size of processing buffer;
10220ed979SColeman Kane                     the file is parsed in chunks of this size
11220ed979SColeman Kane  <# iterations> ... how often will the file be parsed
12220ed979SColeman Kane
13220ed979SColeman KaneReturns:
14220ed979SColeman Kane
15220ed979SColeman Kane  The time (in seconds) it takes to parse the test file,
16220ed979SColeman Kane  averaged over the number of iterations.@
17