bevy/examples/stress_tests
ickshonpe 465fff2b01 Text pipeline benchmark (#7845)
# Objective

Simple text pipeline benchmark. It's quite expensive but current examples don't capture the performance of `queue_text` as it only runs on changes to the text.
2023-03-04 12:29:08 +00:00
..
bevymark.rs
many_animated_sprites.rs
many_buttons.rs
many_cubes.rs
many_foxes.rs
many_lights.rs
many_sprites.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>