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

make bench

This commit is contained in:
Gabor Adam Toth 2011-05-24 22:59:49 +02:00
parent fe3e69ef38
commit dcd351136d
2 changed files with 22 additions and 21 deletions

View file

@ -266,19 +266,9 @@ state mechanism provided by the +/-/= operators.
This document and its benchmarks are distributed with libpsyc.
See http://about.psyc.eu/libpsyc on how to obtain it.
*** libpsyc
The benchmarks can be run with the following command
(xmlbench is needed for the xml tests):
: make bench
which uses the following commands:
: test/testStrlen -sc 1000000 -f $file
: test/testPsycSpeed -sc 1000000 -f $file
: test/testJson -snc 1000000 -f $file
: test/testJsonGlib -snc 1000000 -f $file
*** xmlbench
: parse/libxml-sax 1000000 $file
: parse/libxml 1000000 $file
: parse/rapidxml 1000000 $file