summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:03:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:03:43 +0000
commit57d03d0b1ce7d25ad9b49aaee0d839cf818b6e04 (patch)
treeca53b987a667d515ab6fb1e560bc737bcd8aafe6
parent000e4d301c41c041676cc427b1744601880e4b20 (diff)
downloadlibcss-57d03d0b1ce7d25ad9b49aaee0d839cf818b6e04.tar.gz
libcss-57d03d0b1ce7d25ad9b49aaee0d839cf818b6e04.tar.bz2
Just the one iteration -- I'm fed up of waiting for this to finish.
Multiple iterations are only of any use for benchmarking, anyway. svn path=/trunk/libcss/; revision=6051
-rw-r--r--test/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse.c b/test/parse.c
index 8da71a4..cd1d701 100644
--- a/test/parse.c
+++ b/test/parse.c
@@ -11,7 +11,7 @@
#include "testutils.h"
-#define ITERATIONS (10)
+#define ITERATIONS (1)
#define DUMP_EVENTS (0)
#if DUMP_EVENTS