-
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.
fix data race on MeterContext::meters_ (#1668)
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 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
7140166
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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.BM_BaselineBuffer/2
19381151.19934082
ns/iter4407275.915145874
ns/iter4.40
BM_BaselineBuffer/4
13398520.946502686
ns/iter6410932.64523429
ns/iter2.09
BM_LockFreeBuffer/1
3354575.0734150917
ns/iter318578.90525479906
ns/iter10.53
BM_LockFreeBuffer/2
4359145.402908325
ns/iter1137902.9750823975
ns/iter3.83
This comment was automatically generated by workflow using github-action-benchmark.