-
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.
[EXPORTER] Ignore exception when create thread in OTLP file exporter. (…
- Loading branch information
Showing
1 changed file
with
72 additions
and
50 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
84368cd
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_SpinLockThrashing/4/process_time/real_time
2.0180095325816763
ms/iter0.7429373014223325
ms/iter2.72
BM_ProcYieldSpinLockThrashing/2/process_time/real_time
0.6351052568509028
ms/iter0.2022302410208767
ms/iter3.14
BM_NaiveSpinLockThrashing/2/process_time/real_time
0.9532024188594923
ms/iter0.20512459809298342
ms/iter4.65
BM_NaiveSpinLockThrashing/4/process_time/real_time
2.5538009347267523
ms/iter0.7230499644338348
ms/iter3.53
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time
14.997058444552952
ms/iter6.342059687564247
ms/iter2.36
This comment was automatically generated by workflow using github-action-benchmark.