bevy/benches
James Liu ba3d8bedc5 Wider ECS Benchmarks (#5123)
# Objective
As a part of evaluating #4800, at the behest of @cart, it was noted that the ECS microbenchmarks all focus on singular component queries, whereas in reality most systems will have wider queries with multiple components in each.

## Solution
Use const generics to add wider variants of existing benchmarks.
2022-06-29 02:29:50 +00:00
..
benches Wider ECS Benchmarks (#5123) 2022-06-29 02:29:50 +00:00
Cargo.toml Add benchmarks for schedule dependency resolution (#4961) 2022-06-20 17:35:54 +00:00