kolibrios/contrib/network/netsurf/libhubbub/perf
Yogev Ezra bb2bbc6b91 Move NetSurf to /contrib folder
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-15 14:01:21 +00:00
..
html5libtest.py Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
hubbub.c Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
libxml2.c Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
makefile Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00
README Move NetSurf to /contrib folder 2013-12-15 14:01:21 +00:00

This directory contains some very basic cobbled-together performance tests.
A makefile is provided for generating the executables from the .c files.


html5libtest.py
---------------

  This tests the Python html5lib project, obtained from:
  	http://code.google.com/p/html5lib/

  This is generally quite a slow parser.  :)


libxml2.c
---------

  This tests the GNOME libxml2 HTML parser, using mmap().  It doesn't do
  anything with the resulting tree, just generates one.


hubbub.c
--------

  This tests hubbub, using mmap(), and a modified version of the test 
  treebuilder.  It could certainly be made more efficient (it's based on
  an old version of the tree construction testrunner) so should not be
  compared too harshly against the libxml2 results.