rustc-perf
rustc-perf copied to clipboard
Create benchmark for long running but eventually unsuccessful compile
Currently there is a compiler test for https://github.com/rust-lang/rust/issues/65131 in rust-lang/rust, but the test suite for the compiler has no way of testing long running yet unsuccessful compiles. This is more of a job for the rustc-perf tool. The issue is that rustc-perf does not have the ability to measure how long failed compiles take which would be necessary for this test to be successfully moved to this repo.