From 08a3171b6bcc9a36ad89f04d2cdae406eb366a96 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sat, 23 Nov 2024 22:19:34 +0100 Subject: change test data --- src/test/Profiling.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp index 518d1c5..d7a4f2e 100644 --- a/src/test/Profiling.cpp +++ b/src/test/Profiling.cpp @@ -55,7 +55,7 @@ public: // Min and max gameobject that should and can be created int min_gameobject_count = 100; - int max_gameobject_count = 100; + int max_gameobject_count = 1000; void SetUp() override { @@ -140,6 +140,7 @@ TEST_F(Profiling, Profiling_small_object_no_collision) { make_shared("/home/jaro/crepe/asset/texture/green_square.png"), color, FlipSettings{true, true}); } + render_sys.update(); game_object_count++; total_time = run_all_systems(); -- cgit v1.2.3