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>
master
Ran Benita 2021-04-27 12:31:37 +03:00
parent 9d87f84915
commit 5f8c2fa41a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "../test/test.h" #include "../test/test.h"
#include "bench.h" #include "bench.h"
#define BENCHMARK_ITERATIONS 2500 #define BENCHMARK_ITERATIONS 1000
int int
main(int argc, char *argv[]) main(int argc, char *argv[])