1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/bench/results.org

56 lines
810 B
Org Mode
Raw Normal View History

#+TITLE: Benchmark results
#+OPTIONS: ^:{}
* libpsyc
: ./testPsyc -snqc 1000000 -f $file
- presence: 597 ms
- chat_msg: 714 ms
- user_profile: 1806 ms
- activity: 903 ms
2011-05-16 11:19:14 +00:00
* json-c
: ./testJson -snqc 1000000 -f $file
- presence: 3247 ms
- user_profile: 5847 ms
- activity: 5768 ms
* rapidxml
: ./rapidxml 1000000 $file
- presence: 1719 ms
- chat_msg: 1893 ms
- user_profile: 2477 ms
- activity: 4419 ms
* rapidxml fast mode
: fast_mode=1 ./rapidxml 1000000 $file
- presence: 1643 ms
- chat_msg: 1799 ms
- user_profile: 2218 ms
- activity: 4001 ms
* libxml
: ./libxml 1000000 $file
- presence: 7557 ms
- chat_msg: 9777 ms
- user_profile: 12377 ms
- activity: 28858 ms
* libxml sax
: ./libxml-sax 1000000 $file
- presence: 4997 ms
- chat_msg: 5997 ms
- user_profile: 7350 ms
- activity: 13357 ms