Benchmarking no longer works after rust-lang/rust#68708 #68924
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#68708 suspended the ability to benchmark liballoc (and probably others, but not everything).
x.py bench
(with or without --stage 0) now lists oodles of errors starting with:It's still possible though to build and test benchmarks with say
x.py test --stage 0 --no-doc
.The text was updated successfully, but these errors were encountered: