-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] Support empty histogram buckets (#3027)
* support empty buckets * Update histogram_test.cc * Update histogram_test.cc * test for negative values * fix count
- Loading branch information
Showing
2 changed files
with
122 additions
and
2 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
1203bcf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.BM_ProcYieldSpinLockThrashing/1/process_time/real_time
0.20003112542175505
ms/iter0.0951110809904988
ms/iter2.10
BM_ProcYieldSpinLockThrashing/2/process_time/real_time
0.8864608748170264
ms/iter0.19963882436996255
ms/iter4.44
BM_NaiveSpinLockThrashing/1/process_time/real_time
0.20267558097839355
ms/iter0.08829832884130562
ms/iter2.30
BM_NaiveSpinLockThrashing/4/process_time/real_time
2.132300174597538
ms/iter0.7117369236090244
ms/iter3.00
This comment was automatically generated by workflow using github-action-benchmark.