rulescomp: increase BENCHMARK_ITERATIONS from 1000 to 2500
authorRan Benita <ran234@gmail.com>
Wed, 9 Oct 2013 09:23:46 +0000 (12:23 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 10 Oct 2013 19:02:30 +0000 (22:02 +0300)
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 <ran234@gmail.com>
test/rulescomp.c

index 513607d..54b87ba 100644 (file)
@@ -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,