bevy/examples/stress_tests
Alice Cecile c747cc526b Group stress test examples (#4289)
# Objective

- Several examples are useful for qualitative tests of Bevy's performance
- By contrast, these are less useful for learning material: they are often relatively complex and have large amounts of setup and are performance optimized.

## Solution

- Move bevymark, many_sprites and many_cubes into the new stress_tests example folder
- Move contributors into the games folder: unlike the remaining examples in the 2d folder, it is not focused on demonstrating a clear feature.
2022-04-10 02:05:21 +00:00
..
bevymark.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00
many_cubes.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00
many_lights.rs Use storage buffers for clustered forward point lights (#3989) 2022-04-07 16:16:35 +00:00
many_sprites.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00
transform_hierarchy.rs Add transform hierarchy stress test (#4170) 2022-03-21 20:36:46 +00:00