Feature-flag benchmarks
Open
C-Benchmarks
D-Straightforward
S-Ready-For-Implementation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
Benchmarking changes to `bevy_ecs` currently 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.
Contributor guide
Assessment
This issue has not been assessed yet.