running examples in CI got a lot slower since using the new renderer #3344
Labels
A-Build-System
Related to build systems or continuous integration
C-Performance
A change motivated by improving speed, memory usage or compile times
Bevy version
Latest from main
add1818a05ad4b8d4672197afd477ab29f8446b5
Operating system & version
Ubuntu from GitHub actions
What you did
Run CI
What you expected to happen
Examples run in an acceptable time (1 mins to build, 8 mins to run)
What actually happened
As noted by @cart in #3312 (comment), it takes more time to run examples: 1 mins to build, 33 mins to run
Additional information
Before the merge: https://github.com/bevyengine/bevy/runs/4499607967?check_suite_focus=true
After the merge: https://github.com/bevyengine/bevy/runs/4532054231?check_suite_focus=true
run-examples
CI should be made faster, or it should run less examples. Ideally it's run time should be around 10 minutes totalThe text was updated successfully, but these errors were encountered: