-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
94193: schedulerlatency: implement linear interpolation for percentiles r=aadityasondhi a=aadityasondhi This patch improves the percentile calculation by using linear interpolation between bucket boundaries instead of using the mid-point. The patch also adds tests to compare values of the scheduler histograms to those found in util/metric.go which are based on the prometheus implementation to maintain consistency among metrics. Fixes #89829 Release note: None 95231: upgrades: modify InjectLegacyTable to handle dynamically assigned IDs r=postamar a=andyyang890 This patch modifies the `InjectLegacyTable` function, which is used by upgrade tests to inject an old version of a table descriptor, to handle the case where the table has a dynamically assigned ID. Epic: None Release note: None Co-authored-by: Aaditya Sondhi <[email protected]> Co-authored-by: Andy Yang <[email protected]>
- Loading branch information
Showing
4 changed files
with
98 additions
and
25 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
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