From 15498a9b2b1c0052bcde6b367c1726b1d883cdd2 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 26 Nov 2024 19:38:26 +0100 Subject: added average --- src/test/Profiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp index 6b32805..59d9ed6 100644 --- a/src/test/Profiling.cpp +++ b/src/test/Profiling.cpp @@ -57,7 +57,7 @@ public: // Maximum amount to stop test const int max_gameobject_count = 200; // Amount of times a test runs to calculate average - const int average = 10; + const int average = 5; // Maximum duration to stop test const std::chrono::microseconds duration = 16000us; -- cgit v1.2.3