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
parent
9d87f84915
commit
5f8c2fa41a
|
@ -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[])
|
||||||
|
|
Loading…
Reference in New Issue