./x.py bench builds the entire stage #76862
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Running
./x.py bench --stage 0 compiler/rustc_arena/
compiles the entire stage before it performs the benches instead of compiling only up tocompiler/rustc_arena
. This makes using the internal benchmarks for evaluating changes of rustc_arena pretty hard.The text was updated successfully, but these errors were encountered: