rustc-perf icon indicating copy to clipboard operation
rustc-perf copied to clipboard

Create benchmark for long running but eventually unsuccessful compile

Open rylev opened this issue 5 years ago • 0 comments

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.

rylev avatar Mar 25 '20 13:03 rylev