bevy/benches
JoJoJet 92ea730362 Add benchmarks for schedule dependency resolution (#4961)
# Objective

- Add benchmarks to test the performance of `Schedule`'s system dependency resolution.

## Solution

- Do a series of benchmarks while increasing the number of systems in the schedule to see how the run-time scales.
- Split the benchmarks into a group with no dependencies, and a group with many dependencies.
2022-06-20 17:35:54 +00:00
..
benches Add benchmarks for schedule dependency resolution (#4961) 2022-06-20 17:35:54 +00:00
Cargo.toml Add benchmarks for schedule dependency resolution (#4961) 2022-06-20 17:35:54 +00:00