summaryrefslogtreecommitdiff
path: root/test/css21.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-30 22:48:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-30 22:48:26 +0000
commitdb917066e504364749a21a43b2fd8193db0322e8 (patch)
treec62a7d5673586d4fcfe70321037c44eb05de16d5 /test/css21.c
parentb9fbffbd16d6c65b3210e409d295cb478ca0f6e8 (diff)
downloadlibcss-db917066e504364749a21a43b2fd8193db0322e8.tar.gz
libcss-db917066e504364749a21a43b2fd8193db0322e8.tar.bz2
More modifications to allow numerous iterations for profiling.
Overall time breakdown for allzengarden.css is approximately: lex : 37% core : 43% lang : 20% svn path=/trunk/libcss/; revision=5857
Diffstat (limited to 'test/css21.c')
-rw-r--r--test/css21.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/css21.c b/test/css21.c
index 5961f4b..c8a0bd5 100644
--- a/test/css21.c
+++ b/test/css21.c
@@ -6,9 +6,9 @@
#include "testutils.h"
-#define ITERATIONS (1)
+#define ITERATIONS (10)
#define DUMP_HASH (0)
-#define DUMP_CSS (1)
+#define DUMP_CSS (0)
extern void parserutils_hash_dump(parserutils_hash *hash);