rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Search perf build artifacts on rollup PRs #256

Closed clubby789 closed 1 year ago

clubby789 commented 1 year ago

Attempts to get the rollup PR from a commit message, look for the comment with builds of each PR and parse it to attempt to get the actual regressing PR.

oli-obk commented 1 year ago

Neat!

lqd commented 1 year ago

Awesome, this fixes https://github.com/rust-lang/cargo-bisect-rustc/issues/202!