bevy/examples/stress_tests
andristarr 2b3e3341d6
separating finite and infinite 3d planes (#12426)
# Objective

Fixes #12388

## Solution

- Removing the plane3d and adding rect3d primitive mesh
2024-04-18 14:13:22 +00:00
..
bevymark.rs
many_animated_sprites.rs
many_buttons.rs
many_cubes.rs
many_foxes.rs
many_gizmos.rs
many_glyphs.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>