Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
This directory contains some very basic cobbled-together performance tests.
2
A makefile is provided for generating the executables from the .c files.
3
 
4
 
5
html5libtest.py
6
---------------
7
 
8
  This tests the Python html5lib project, obtained from:
9
  	http://code.google.com/p/html5lib/
10
 
11
  This is generally quite a slow parser.  :)
12
 
13
 
14
libxml2.c
15
---------
16
 
17
  This tests the GNOME libxml2 HTML parser, using mmap().  It doesn't do
18
  anything with the resulting tree, just generates one.
19
 
20
 
21
hubbub.c
22
--------
23
 
24
  This tests hubbub, using mmap(), and a modified version of the test
25
  treebuilder.  It could certainly be made more efficient (it's based on
26
  an old version of the tree construction testrunner) so should not be
27
  compared too harshly against the libxml2 results.