-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the test SpanUtilizationHistogram
The test, it seems, assumes that the each call RemoveRange results in objects being allocated from a single span. This is not necessary. Objects can be allocated from two spans. We change the test to record span pointers and use them for deciding which span is being allocated/deallocated from. PiperOrigin-RevId: 572992571 Change-Id: I6fb8497e9e1d1346171a97f0f91237a6909de98a
- Loading branch information
1 parent
7644a50
commit 3a84a71
Showing
2 changed files
with
17 additions
and
15 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