bevy/examples/stress_tests
2025-07-16 17:44:25 -04:00
..
bevymark.rs cargo fmt 2025-05-09 10:32:12 +02:00
many_animated_sprites.rs Update rand, glam and encase to latest versions 2025-05-09 10:32:12 +02:00
many_buttons.rs many-cameras option for many_buttons (#17935) 2025-03-10 21:23:31 +00:00
many_cameras_lights.rs Copy stress test settings for many_camera_lights (#19512) 2025-06-10 01:12:55 +00:00
many_components.rs Merge branch 'main' into rand-v0.9-upgrade 2025-06-30 10:24:52 +02:00
many_cubes.rs Merge branch 'main' into rand-v0.9-upgrade 2025-06-30 10:24:52 +02:00
many_foxes.rs Allow users to customize history length in FrameTimeDiagnosticsPlugin (#17259) 2025-01-12 18:18:14 +00:00
many_gizmos.rs Allow users to customize history length in FrameTimeDiagnosticsPlugin (#17259) 2025-01-12 18:18:14 +00:00
many_glyphs.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
many_gradients.rs Preconvert colors before sending to shader (#20074) 2025-07-16 16:06:45 +00:00
many_lights.rs Update rand, glam and encase to latest versions 2025-05-09 10:32:12 +02:00
many_materials.rs Add many_materials stress test (#17346) 2025-01-24 05:46:23 +00:00
many_sprites.rs Update rand, glam and encase to latest versions 2025-05-09 10:32:12 +02:00
many_text2d.rs Merge branch 'main' into rand-v0.9-upgrade 2025-06-30 10:24:52 +02:00
README.md Add a stress test profile (#6901) 2022-12-20 15:59:41 +00:00
text_pipeline.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
transform_hierarchy.rs Update rand, glam and encase to latest versions 2025-05-09 10:32:12 +02: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 "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>