diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-23 22:19:34 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-23 22:19:34 +0100 |
commit | 08a3171b6bcc9a36ad89f04d2cdae406eb366a96 (patch) | |
tree | c8580359b25efc2a4287497c8833615f7814e352 /src | |
parent | 86b1f2208214fdb207e7d0541a293625990016c4 (diff) |
change test data
Diffstat (limited to 'src')
-rw-r--r-- | src/test/Profiling.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<Texture>("/home/jaro/crepe/asset/texture/green_square.png"), color, FlipSettings{true, true}); } + render_sys.update(); game_object_count++; total_time = run_all_systems(); |