bevy/examples/stress_tests
Félix Lescaudey de Maneville dc3b4b6c85 Added colors to sprite stress test (#5317)
# Objective

Allow better performance testing for https://github.com/bevyengine/bevy/pull/5247


## Solution

I added color tints to the `many_sprites` example stress test.
2022-07-14 11:03:13 +00:00
..
bevymark.rs Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +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_cubes.rs Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
many_foxes.rs Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
many_lights.rs Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
many_sprites.rs Added colors to sprite stress test (#5317) 2022-07-14 11:03:13 +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 Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +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.