README.txt 548 B

1234567891011121314151617
  1. Use this benchmark command line utility as follows:
  2. benchmark [-n] <file name> <buffer size> <# iterations>
  3. The command line arguments are:
  4. -n ... optional; if supplied, namespace processing is turned on
  5. <file name> ... name/path of test xml file
  6. <buffer size> ... size of processing buffer;
  7. the file is parsed in chunks of this size
  8. <# iterations> ... how often will the file be parsed
  9. Returns:
  10. The time (in seconds) it takes to parse the test file,
  11. averaged over the number of iterations.@