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.
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,17 @@ Three systems accessing the following components mutably, where each system swap
59
59
60
60
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.
61
61
62
-
Dataset: 10,000 entities with a `mat4x4` component.
62
+
Dataset: 1,000 entities with a `mat4x4` component.
63
63
64
-
Test: Iterate through all `mat4x4` components, and invert the matrix 10 times.
64
+
Test: Iterate through all `mat4x4` components, and invert the matrix 100 times.
0 commit comments