From: Loup Vaillant Date: Mon, 20 Mar 2023 16:21:04 +0000 (+0100) Subject: More stable speed tests X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=33ab0fe522e5535d5befbb2bf04ae8e46f7d0248;p=Monocypher.git More stable speed tests --- 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 \