rust-lang / cargo-bisect-rustc

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

feature: report expected number of steps remaining #143

Closed pnkfelix closed 2 years ago

pnkfelix commented 2 years ago

When you run git bisect, it includes output like:

Bisecting: 337 revisions left to test after this (roughly 9 steps)

It would be cool if cargo-bisect-rustc would report the number of nightlies left to test (and expected number of steps there) and then the number of commits left to test for that nightly (and the expected number of steps there). That way I might at least quickly do back-of-envelope guess as to when I should come back and look at the result it came up with.