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 22:27:26 +00:00
|
|
|
| | strlen | libpsyc | json-c | json-glib | libxml sax | libxml | rapidxml |
|
|
|
|
|-----------+--------+---------+--------+-----------+------------+--------+----------|
|
|
|
|
| presence | 30 | 246 | 2463 | 10197 | 4997 | 7557 | 1719 |
|
|
|
|
| chat msg | 41 | 320 | | | 5997 | 9777 | 1893 |
|
|
|
|
| activity | 42 | 366 | 4666 | 16846 | 13357 | 28858 | 4419 |
|
|
|
|
| user prof | 55 | 608 | 4715 | 17468 | 7350 | 12377 | 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 22:27:26 +00:00
|
|
|
: ./testPsycSpeed -sc 1000000 -f $file
|
2011-05-16 12:23:53 +00:00
|
|
|
: ./testJson -snc 1000000 -f $file
|
2011-05-16 13:02:06 +00:00
|
|
|
: ./testJsonGlib -snc 1000000 -f $file
|
2011-05-16 18:13:10 +00:00
|
|
|
: ./testStrlen -sc 1000000 -f $file
|
2011-05-16 11:17:57 +00:00
|
|
|
: ./rapidxml 1000000 $file
|
|
|
|
: ./libxml 1000000 $file
|
|
|
|
: ./libxml-sax 1000000 $file
|