mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-13 19:42:29 +00:00
feat(xml): add XML functions
This commit is contained in:
parent
125ffec928
commit
4e43886e37
142 changed files with 68501 additions and 0 deletions
16
vendor/expat-2.0.1/tests/benchmark/README.txt
vendored
Executable file
16
vendor/expat-2.0.1/tests/benchmark/README.txt
vendored
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
Use this benchmark command line utility as follows:
|
||||
|
||||
benchmark [-n] <file name> <buffer size> <# iterations>
|
||||
|
||||
The command line arguments are:
|
||||
|
||||
-n ... optional; if supplied, namespace processing is turned on
|
||||
<file name> ... name/path of test xml file
|
||||
<buffer size> ... 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue