Skip to content

Commit

Permalink
Engine - Tests: update Test_Entity_Tree_Allocation() perf result
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 19, 2024
1 parent 132c78e commit d51a574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/src/Tests/ECS/Entity/Test_Entity_Tree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ public static void Test_Entity_Tree_move_with_AddChild()
[Test]
public static void Test_Entity_Tree_Allocation()
{
int count = 10; // 1000
// Test_Entity_Tree_Allocation - count: 1000 entities: 1001001 duration: 360 ms
int count = 10; // 2000
// Test_Entity_Tree_Allocation - count: 2000 entities: 4002001 duration: 674 ms
var store = new EntityStore();
var root = store.CreateEntity(1);
var type = store.GetArchetype(default);
Expand Down

0 comments on commit d51a574

Please sign in to comment.