Commit 5f8c2fa41ab0107f5e53d342bd9a974864c7974c

Ran Benita 2021-04-27T12:31:37

bench/rulescomp: decrease benchmark iterations No need for more, and easier to convert to milliseconds per iteration. Signed-off-by: Ran Benita <ran@unusedvar.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bench/rulescomp.c b/bench/rulescomp.c
index 3972a7b..0da4d3c 100644
--- a/bench/rulescomp.c
+++ b/bench/rulescomp.c
@@ -28,7 +28,7 @@
 #include "../test/test.h"
 #include "bench.h"
 
-#define BENCHMARK_ITERATIONS 2500
+#define BENCHMARK_ITERATIONS 1000
 
 int
 main(int argc, char *argv[])