-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUILD] Remove std::make_unique (#3098)
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
70ed9bc
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/2/process_time/real_time
0.3815373525362824
ms/iter0.17002592941173342
ms/iter2.24
BM_SpinLockThrashing/4/process_time/real_time
1.6223771231515067
ms/iter0.6469004225022722
ms/iter2.51
BM_ProcYieldSpinLockThrashing/2/process_time/real_time
0.45858356022155866
ms/iter0.1700145682108771
ms/iter2.70
BM_ProcYieldSpinLockThrashing/4/process_time/real_time
1.4384677729655786
ms/iter0.7172716726170908
ms/iter2.01
This comment was automatically generated by workflow using github-action-benchmark.