2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-29 14:33:12 +00:00
bevy/examples/stress_tests/warning_string.txt
Troels Jessen b3d15153f3 Added performance warning when running stress test examples in debug mode ()
# Objective

Fixes 

## Solution
Used #[cfg(debug_assertions)] to display a warning when running examples under stress_tests in debug mode
2022-07-13 19:13:46 +00:00

1 line
No EOL
198 B
Text

This is a stress test used to push Bevy to its limit and debug performance issues. It is not representative of an actual game. It must be run in release mode using --release or it will be very slow.