-
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.
manifest-tree: fix progress bar for "diff" operation
Summary: Now that the diff is parallelized, the "current depth" progress bar doesn't work well since the depth jumps around depending on ordering between threads. For now switch to a simpler, albeit less useful, approach that shows the number of trees we have processed so far. I feel like there must be a way to get an approximate average/weighted depth across the entire operation, but I don't want to spend time on this right now. Reviewed By: zzl0 Differential Revision: D65454850 fbshipit-source-id: d14cd6eff32d71e392f5edbaba1d5f62da131101
- Loading branch information
1 parent
e8ce33b
commit 760687c
Showing
1 changed file
with
11 additions
and
8 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