|
|
|
|
|
by d_watt
151 days ago
|
|
Once we had a slowdown in our application that went unadressed for a couple of months. Using git bisect to binary search across a bunch of different commits and run a perf test, every commit being a "good" historical commit allowed that to be much easier, and I found the offending commit fast. |
|
Besides testing for a perf slow down, any other use cases for git bisect + rebase?