Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 3e9d5d9

Browse files
kettle11Ralith
authored andcommitted
Fix inconsistencies between README and actual implementations
1 parent dd9e00b commit 3e9d5d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ Three systems accessing the following components mutably, where each system swap
5959

6060
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.
6161

62-
Dataset: 10,000 entities with a `mat4x4` component.
62+
Dataset: 1,000 entities with a `mat4x4` component.
6363

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.
6565

6666
![](./target/criterion/heavy_compute/report/violin.svg)
6767

6868
### Add/Remove Component
6969

7070
This benchmark is designed to test how quickly the ECS can add and then remove a component from an existing entity.
7171

72-
Dataset: 1,000 entities with a single `A` component.
72+
Dataset: 10,000 entities with a single `A` component.
7373

7474
Test: Iterate through all entities, adding a `B` component. Then iterate through all entities again, removing their `B` component.
7575

0 commit comments

Comments
 (0)