From 33ab0fe522e5535d5befbb2bf04ae8e46f7d0248 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 20 Mar 2023 17:21:04 +0100 Subject: [PATCH] More stable speed tests --- tests/speed/speed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/speed/speed.h b/tests/speed/speed.h index b5ac82f..824bc91 100644 --- a/tests/speed/speed.h +++ b/tests/speed/speed.h @@ -95,7 +95,7 @@ static void print(const char *name, u64 duration, const char *unit) #define TIMING_START \ u64 duration = (u64)-1; \ - FOR (i, 0, 500) { \ + FOR (i, 0, 2000) { \ TIMESTAMP(start); #define TIMING_END \ -- 2.47.3