bevy/examples/stress_tests
ira 76ae6f4c6e Miscellaneous code-quality improvements. (#5860)
Does what it do.

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-09-05 00:30:21 +00:00
..
bevymark.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
many_animated_sprites.rs Add TextureAtlas stress test based on many_sprites and sprite_sheet examples (#5087) 2022-07-04 13:04:15 +00:00
many_buttons.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
many_cubes.rs Consistently use PI to specify angles in examples. (#5825) 2022-08-30 19:52:11 +00:00
many_foxes.rs Consistently use PI to specify angles in examples. (#5825) 2022-08-30 19:52:11 +00:00
many_lights.rs Consistently use PI to specify angles in examples. (#5825) 2022-08-30 19:52:11 +00:00
many_sprites.rs Miscellaneous code-quality improvements. (#5860) 2022-09-05 00:30:21 +00:00
README.md Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
transform_hierarchy.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
warning_string.txt Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00

Stress tests

These examples are used to stress test Bevy's performance in various ways. These should be run with the --release argument to cargo or equivalent optimization, otherwise they will be very slow.