bevy/benches
ShadowCurse 179f719553 ECS benchmarks organization (#5189)
## Objective

Fixes: #5110

## Solution

- Moved benches into separate modules according to the part of ECS they are testing.
- Made so all ECS benches are included in one `benches.rs` so they don’t need to be added separately in `Cargo.toml`.
- Renamed a bunch of files to have more coherent names.
- Merged `schedule.rs` and `system_schedule.rs` into one file.
2022-07-04 14:17:45 +00:00
..
benches ECS benchmarks organization (#5189) 2022-07-04 14:17:45 +00:00
Cargo.toml ECS benchmarks organization (#5189) 2022-07-04 14:17:45 +00:00