bevy/examples/stress_tests
Tero Laxström c549b9e9a4
Copy stress test settings for many_camera_lights (#19512)
# Objective

- Fixes #17183

## Solution

- Copied the stress settings from the `many_animated_sprite` example
that were mentioned in the ticket

## Testing

- Run the example

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-10 01:12:55 +00:00
..
bevymark.rs
many_animated_sprites.rs
many_buttons.rs
many_cameras_lights.rs Copy stress test settings for many_camera_lights (#19512) 2025-06-10 01:12:55 +00:00
many_components.rs Remove ArchetypeComponentId and archetype_component_access (#19143) 2025-05-27 19:04:32 +00:00
many_cubes.rs
many_foxes.rs
many_gizmos.rs
many_glyphs.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
many_lights.rs
many_materials.rs Add many_materials stress test (#17346) 2025-01-24 05:46:23 +00:00
many_sprites.rs
many_text2d.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
README.md
text_pipeline.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
transform_hierarchy.rs
warning_string.txt

Stress tests

These examples are used to stress test Bevy's performance in various ways. These should be run with the "stress-test" profile to accurately represent performance in production, otherwise they will run in cargo's default "dev" profile which is very slow.

Example Command

cargo run --profile stress-test --example <EXAMPLE>