Martin Prikryl 875fba92ee Merge branch 'thirdparty_dev' into dev 7 years ago
..
Makefile.am de4c040bc5 Expat 2.2.4 7 years ago
README.txt d7fcf92a90 Expat 2.2.0 7 years ago
benchmark.c a4f5c61270 Expat 2.2.5 7 years ago
benchmark.sln de4c040bc5 Expat 2.2.4 7 years ago
benchmark.vcxproj de4c040bc5 Expat 2.2.4 7 years ago

README.txt

Use this benchmark command line utility as follows:

benchmark [-n] <# iterations>

The command line arguments are:

-n ... optional; if supplied, namespace processing is turned on
... name/path of test xml file
... size of processing buffer;
the file is parsed in chunks of this size
<# iterations> ... how often will the file be parsed

Returns:

The time (in seconds) it takes to parse the test file,
averaged over the number of iterations.@