bevy/examples/stress_tests
ickshonpe c896ad6146
Split the labels in many_buttons (#17802)
# Objective

Add some multi-span text to the `many_buttons` benchmark by splitting up
each button label text into two different coloured text spans.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-02-11 18:29:06 +00:00
..
bevymark.rs
many_animated_sprites.rs
many_buttons.rs
many_cameras_lights.rs
many_components.rs
many_cubes.rs
many_foxes.rs Allow users to customize history length in FrameTimeDiagnosticsPlugin (#17259) 2025-01-12 18:18:14 +00:00
many_gizmos.rs
many_glyphs.rs
many_lights.rs
many_materials.rs
many_sprites.rs
many_text2d.rs
README.md
text_pipeline.rs
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>