# Objective Fixes #5028 ## Solution Used #[cfg(debug_assertions)] to display a warning when running examples under stress_tests in debug mode
		
			
				
	
	
		
			4 lines
		
	
	
		
			210 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			210 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Stress tests
 | 
						|
 | 
						|
These examples are used to stress test Bevy's performance in various ways. These should be run with the --release argument to cargo or equivalent optimization, otherwise they will be very slow.
 |