You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
@@ -41,7 +41,7 @@ Test: Iterate through all entities with a `Data` component and double its value.
41
41
42
42
### System Scheduling
43
43
44
-
This benchmark is designed to test how efficiently the ECS can schedule multiple independent systems on a multi-core CPU. Each system should execute on a single CPU core.
44
+
This benchmark is designed to test how efficiently the ECS can schedule multiple independent systems on a multi-core CPU. This is primarily an outer-parallelism test. Each system should execute on a single CPU core.
45
45
46
46
Dataset:
47
47
@@ -60,7 +60,7 @@ Three systems accessing the following components mutably, where each system swap
60
60
61
61
### Heavy Compute
62
62
63
-
This benchmark is designed to test the ECS's ability to scale when it is allowed to run a system over multiple CPU cores.
63
+
This benchmark is designed to test the ECS's ability to scale when it is allowed to run a system over multiple CPU cores. This is primarily an inner-parallelism test.
64
64
65
65
Dataset: 10,000 entities with a `mat4x4` component.
0 commit comments