-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use commit_graph in find_draft_ancestors
Summary: This method is really slow for pushes of thousands of linear commits (chromium/src). For push of 1k commits to chromium/src we spent ~26 minutes in this function: {F1973662376} See the more details about the experiment here: https://docs.google.com/document/d/1FojOm-eherq0RtCw2gB435SuW1_Xc031K7m0mEt1Y9k/edit?tab=t.0#heading=h.17zk7p1g8o1d Differential Revision: D66977548 fbshipit-source-id: 71ee1991de496557ec54610e8857345882b66a12
- Loading branch information
1 parent
2fdfe0d
commit 3ebd46e
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters