2011-05-16 11:17:57 +00:00
|
|
|
#+TITLE: Benchmark results
|
2011-05-16 12:23:53 +00:00
|
|
|
#+OPTIONS: ^:{} toc:nil
|
2011-05-16 11:17:57 +00:00
|
|
|
|
2011-05-16 12:23:53 +00:00
|
|
|
* Results
|
2011-05-16 11:17:57 +00:00
|
|
|
|
2011-05-16 12:23:53 +00:00
|
|
|
Parsing time of 1 000 000 packets in milliseconds:
|
2011-05-16 11:17:57 +00:00
|
|
|
|
2011-05-16 12:26:24 +00:00
|
|
|
| | libpsyc | json-c | libxml-sax | libxml | rapidxml-fast | rapidxml |
|
|
|
|
|-----------+---------+--------+------------+--------+---------------+----------|
|
|
|
|
| presence | 597 | 3247 | 4997 | 7557 | 1643 | 1719 |
|
|
|
|
| chat msg | 714 | | 5997 | 9777 | 1799 | 1893 |
|
|
|
|
| activity | 903 | 5768 | 13357 | 28858 | 4001 | 4419 |
|
|
|
|
| user prof | 1806 | 5847 | 7350 | 12377 | 2218 | 2477 |
|
|
|
|
| / | < | | | | | > |
|
2011-05-16 11:17:57 +00:00
|
|
|
|
|
|
|
|
2011-05-16 12:23:53 +00:00
|
|
|
* Commands used
|
2011-05-16 11:17:57 +00:00
|
|
|
|
2011-05-16 12:23:53 +00:00
|
|
|
: ./testPsyc -snc 1000000 -f $file
|
|
|
|
: ./testJson -snc 1000000 -f $file
|
2011-05-16 11:17:57 +00:00
|
|
|
: ./rapidxml 1000000 $file
|
|
|
|
: fast_mode=1 ./rapidxml 1000000 $file
|
|
|
|
: ./libxml 1000000 $file
|
|
|
|
: ./libxml-sax 1000000 $file
|