commit 9ed87fdf96badfee0e8b2c7ec441254c4cb9c990
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sat Jan 8 15:44:56 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Sat Jan 8 15:44:56 2022 +0100

    Increase iteration count in character-benchmark
    
    This decreases the variance a lot.
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/benchmark/character.c b/benchmark/character.c
index c64014e..7ad2190 100644
--- 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)

Reply via email to