From 5f8c2fa41ab0107f5e53d342bd9a974864c7974c Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 27 Apr 2021 12:31:37 +0300 Subject: bench/rulescomp: decrease benchmark iterations No need for more, and easier to convert to milliseconds per iteration. Signed-off-by: Ran Benita --- bench/rulescomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench') 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[]) -- cgit v1.2.1