Skip to content

Commit

Permalink
ECS - CommandBuffer: trigger events add/remove component/tags
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Aug 26, 2024
1 parent 50fbb55 commit 11b92db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/ECS/CommandBuffer/Test_CommandBuffer_Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void Test_CommandBuffer_Events_Tags()
[Test]
public static void Test_CommandBuffer_AddRemoveComponent_Perf()
{
int repeat = 1_000_000; // 1_000_000; // 500_000;
int repeat = 10; // 1_000_000 - 13.394 sec
var store = new EntityStore();
var entities = new Entity[100];
for (int n = 0; n < entities.Length; n++) {
Expand Down

0 comments on commit 11b92db

Please sign in to comment.