tenderlove / xml_truth
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
1898b07
commit 1898b07c93a2f573047f1970408e2539e3fd0bb5
tree 4d8871f7a4f9a26cda7a77112b0cb6fb6e118cbb
parent af844a2c997e8d28118a85c91544ba67c2e4ec82
tree 4d8871f7a4f9a26cda7a77112b0cb6fb6e118cbb
parent af844a2c997e8d28118a85c91544ba67c2e4ec82
| name | age | message | |
|---|---|---|---|
| |
.autotest | Fri Mar 13 16:47:46 -0700 2009 | |
| |
.gitignore | Fri Mar 13 16:47:46 -0700 2009 | |
| |
CHANGELOG.rdoc | Fri Mar 13 16:47:46 -0700 2009 | |
| |
Manifest.txt | Fri Mar 13 16:47:46 -0700 2009 | |
| |
README.rdoc | Tue Mar 17 22:10:31 -0700 2009 | |
| |
Rakefile | Fri Mar 13 16:47:46 -0700 2009 | |
| |
bin/ | Fri Mar 13 16:47:46 -0700 2009 | |
| |
document_parsing.rdoc | Tue Mar 17 22:10:31 -0700 2009 | |
| |
lib/ | Fri Mar 13 16:47:46 -0700 2009 | |
| |
test/ |
README.rdoc
XML Truth
This project is a repository of benchmarks comparing features and speed of the current XML/HTML parsing players in the Ruby world.
Results
This test is for measuring the difference between parse times in different XML parsers. The test was conducted with two XML files, one small xml file at 18k, and one large XML file at 7.0M. N is adjusted in the small document parse runs to make sure that the amount of xml run through each system was approximately the same.
These tests were conducted with:
* stock ruby 1.8.6 on OS X 10.5 * libxml2 version 2.7.3 * Hpricot version 0.7 (hpricot does not have a VERSION constant) * N being the number of iterations in each test

