bevy/benches/benches/bevy_ecs
James Liu 8e82c88131
Basic event benchmarks (#8251)
# Objective
Fix #7731. Add basic Event sending and iteration benchmarks to
bevy_ecs's benchmark suite.

## Solution
Add said benchmarks scaling from 100 to 50,000 events.

Not sure if I want to include a randomization of the events going in,
the current implementation might be too easy for the compiler to
optimize.

---------

Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
2023-03-31 07:12:18 +00:00
..
components Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
events Basic event benchmarks (#8251) 2023-03-31 07:12:18 +00:00
iteration Basic adaptive batching for parallel query iteration (#4777) 2023-01-20 08:47:20 +00:00
scheduling Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
world Fix clippy issue for benches crate (#6806) 2023-01-11 09:32:07 +00:00
benches.rs Basic event benchmarks (#8251) 2023-03-31 07:12:18 +00:00
change_detection.rs Change Detection Benchmarks (#4972) 2022-11-04 17:53:54 +00:00
empty_archetypes.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00