/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-28 21:25:28 UTC
  • Revision ID: csa@dside.dyndns.org-20090928212528-e6oby5he4yrueskz
Parsing tests for mono, vtd-xml, lisp, scripting languages

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    allow_deferring     - Allows partial DOM construction in parsing tests,
30
30
                        see "Lazy DOM node expansion" in apache documentation:
31
31
                        http://xerces.apache.org/xerces-j/features.html
 
32
    allow_preprocessing - Allows preprocessing of XML text to construct 
 
33
                        intermediate representation (normally index) which
 
34
                        can be used for parsing
 
35
    walk_tree           - For comparison of optimizing parsers which do not
 
36
                        perform full DOM construction, this will force to 
 
37
                        access all elements and attributes and estimate 
 
38
                        complete speed.
32
39
 
33
40
    memory_bench        - Optimize tests for memory benchmarks
34
41
    skip_xml            - Do not perform actual xml parsing or construction