bevy/benches/benches/bevy_ecs/param
Oliver Maskery a7ae0807ac
Fix panic in benches caused by missing resources (#16956)
# Objective

- To fix the benches panicking on `main`

## Solution

- It appears that systems requiring access to a non-existing `Res` now
causes a panic
- Some of the benches run systems that access resources that have not
been inserted into the world
- I have made it so that those resources are inserted into the world

## Testing

- I ran all the ecs benches and they all run without panicking

Co-authored-by: Oliver Maskery <oliver@wellplayed.games>
2024-12-24 17:18:03 +00:00
..
combinator_system.rs Validate param benchmarks (#15885) 2024-10-15 02:38:22 +00:00
dyn_param.rs Fix panic in benches caused by missing resources (#16956) 2024-12-24 17:18:03 +00:00
mod.rs Make benchmark setup consistent (#16733) 2024-12-10 20:39:14 +00:00
param_set.rs Fix panic in benches caused by missing resources (#16956) 2024-12-24 17:18:03 +00:00