(no title)
d_watt
|
1 month 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.
game_the0ry|1 month ago
Besides testing for a perf slow down, any other use cases for git bisect + rebase?