-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Feature-flag benchmarks #24044
Copy link
Copy link
Open
Labels
C-BenchmarksStress tests and benchmarks used to measure how fast things areStress tests and benchmarks used to measure how fast things areD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Metadata
Metadata
Assignees
Labels
C-BenchmarksStress tests and benchmarks used to measure how fast things areStress tests and benchmarks used to measure how fast things areD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
Benchmarking changes to
bevy_ecscurrently requires doing an optimized build of all crates with benches. This takes a lot of time that makes iterating on the code slower.What solution would you like?
Place the benchmarking suite's dependencies on other bevy crates behind an enabled-by-default feature.