-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add telemetry for instrumenting different phases of Git read path
Summary: We will be working on improving different aspects of Git read path performance. A good first step is add instrumentation in place to identiy where we stand before can realize opportunities for improvement. Reviewed By: YousefSalama Differential Revision: D69193446 fbshipit-source-id: 337015dae8b07510a0dd24d01d1eaab992f50425
- Loading branch information
1 parent
767e5df
commit 71891e3
Showing
3 changed files
with
46 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ | |
|
||
# Verify the push validation errors got recorded in scuba | ||
$ jq -S .normal "$SCUBA" | grep product | wc -l | ||
36 | ||
43 |