From f813bdbfdc73fa0668568939590ed318a1786f7a Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 9 Oct 2013 12:23:46 +0300 Subject: [PATCH] rulescomp: increase BENCHMARK_ITERATIONS from 1000 to 2500 1000 is a bit too low for statistical significance on this 6 years old CPU. Since the benchmark is run manually this shouldn't be a problem. Signed-off-by: Ran Benita --- test/rulescomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rulescomp.c b/test/rulescomp.c index 513607d..54b87ba 100644 --- a/test/rulescomp.c +++ b/test/rulescomp.c @@ -26,7 +26,7 @@ #include "test.h" -#define BENCHMARK_ITERATIONS 1000 +#define BENCHMARK_ITERATIONS 2500 static int test_rmlvo_va(struct xkb_context *context, const char *rules, -- 2.7.4