From f751df023f4e10c21f2cb66a89c9c3a4a6d230a0 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Tue, 24 May 2011 18:04:00 +0200 Subject: [PATCH] + --- bench/benchmark.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bench/benchmark.org b/bench/benchmark.org index 3d85a79..5a9f0be 100644 --- a/bench/benchmark.org +++ b/bench/benchmark.org @@ -253,17 +253,19 @@ specialized parsers and renderers to be provided. * Appendix ** Tools used -libpsyc: +*** libpsyc + +: 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: +*** xmlbench : parse/libxml-sax 1000000 $file : parse/libxml 1000000 $file : parse/rapidxml 1000000 $file - -See also "make bench"