-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] DefaultLogHandler to print errors to std::cerr, add LogLevel::N…
…one (#2622)
- Loading branch information
Showing
7 changed files
with
63 additions
and
16 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
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
78947b2
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_AlwaysOffSamplerConstruction
1.60506945275492
ns/iter0.706799776535672
ns/iter2.27
BM_TraceIdRatioBasedSamplerShouldSample
14.62456511227923
ns/iter7.126587070047527
ns/iter2.05
BM_SpanCreation
1082.5645439567602
ns/iter517.3550318112876
ns/iter2.09
BM_NoopSpanCreation
291.3721170602957
ns/iter130.783327008994
ns/iter2.23
This comment was automatically generated by workflow using github-action-benchmark.
78947b2
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/2/process_time/real_time
7.602524757385254
ms/iter0.1800376081397266
ms/iter42.23
BM_ProcYieldSpinLockThrashing/4/process_time/real_time
12.021411548961293
ms/iter0.6652311845259233
ms/iter18.07
BM_NaiveSpinLockThrashing/1/process_time/real_time
6.719659356509938
ms/iter0.11212611198425293
ms/iter59.93
This comment was automatically generated by workflow using github-action-benchmark.