bevy/benches/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
..
bevy_ecs ECS benchmarks organization (#5189) 2022-07-04 14:17:45 +00:00
bevy_reflect bench: add bevy_reflect::{List, Map, Struct} benchmarks (#3690) 2022-05-17 04:16:53 +00:00
bevy_tasks Significantly reduce the amount of building required for benchmarks (#4067) 2022-03-01 00:51:07 +00:00