commit 9ed87fdf96badfee0e8b2c7ec441254c4cb9c990
parent 7f5b55c8f25bf341296d95db83d1ad9f8c26a459
Author: Laslo Hunhold <dev@frign.de>
Date: Sat, 8 Jan 2022 15:44:56 +0100
Increase iteration count in character-benchmark
This decreases the variance a lot.
Signed-off-by: Laslo Hunhold <dev@frign.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark/character.c b/benchmark/character.c
@@ -12,7 +12,7 @@
#include <utf8proc.h>
-#define NUM_ITERATIONS 100000
+#define NUM_ITERATIONS 1000000
#ifdef __has_attribute
#if __has_attribute(optnone)