This repository was archived by the owner on Nov 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ A suite of benchmarks designed to test and compare Rust ECS library performance
4
4
5
5
The full benchmark report is available [ here] ( https://tomgillen.github.io/ecs_bench_suite/target/criterion/report/index.html ) .
6
6
7
- | | legion (\* ) | legion 0.2.4 | bevy | hecs | shipyard (* ) | specs |
7
+ | | legion (\* ) | legion 0.2.4 | bevy | hecs | shipyard (\* ) | specs |
8
8
| ------------------| :-------------------:| :------------:| :--------:| :-------:| :---------------------:| :-----------:|
9
9
| simple_insert | ** 0.434ms** | 1.06ms | 0.865ms | 0.645ms | 2.49ms | 2.32ms |
10
- | simple_iter | ** 13.4us** (16.6ms ) | ** 13.4us** | * 14.4us* | 26.7us | 110us (45.6ms) | 34.3ms |
10
+ | simple_iter | ** 13.4us** (16.6us ) | ** 13.4us** | * 14.4us* | 26.7us | 110us (45.6ms) | 34.3ms |
11
11
| frag_iter | ** 0.509us** | 1.78us | 1.76us | 1.79us | 1.04us | 1.67us |
12
12
| heavy_compute | * 0.701ms* (0.723ms) | 4.34ms | 1.06ms | 1.02ms | 0.778ms (** 0.700ms** ) | 0.995ms |
13
13
| schedule | ** 52.3us** (53.7us) | 151us | 94.9us | - | 580us (307us) | 244us |
You can’t perform that action at this time.
0 commit comments