diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-26 19:38:26 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-26 19:38:26 +0100 |
commit | 15498a9b2b1c0052bcde6b367c1726b1d883cdd2 (patch) | |
tree | 265c01cb484c054c7aea158a51bfe4db23980a57 /src/test/Profiling.cpp | |
parent | b6c69952a1747b1181c9b684f40cf3a3f8c79def (diff) |
added average
Diffstat (limited to 'src/test/Profiling.cpp')
-rw-r--r-- | src/test/Profiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |