-
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] Fix compiling problems for gcc 4.8 (#3100)
* Fix compiling problems for gcc 4.8 * Apply suggestions from code review --------- Co-authored-by: Marc Alff <marc.alff@free.fr>
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 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
63683c1
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/1/process_time/real_time
3.1052589416503906
ms/iter0.14485636025743412
ms/iter21.44
BM_ProcYieldSpinLockThrashing/4/process_time/real_time
3.1148893077199054
ms/iter1.4384677729655786
ms/iter2.17
BM_NaiveSpinLockThrashing/1/process_time/real_time
0.4219774836480755
ms/iter0.1243734359741211
ms/iter3.39
BM_NaiveSpinLockThrashing/2/process_time/real_time
1.0431408882141113
ms/iter0.2972066658249229
ms/iter3.51
This comment was automatically generated by workflow using github-action-benchmark.
63683c1
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_LockFreeBuffer/1
5948133.46862793
ns/iter2242071.1517333984
ns/iter2.65
BM_LockFreeBuffer/2
5451579.0939331055
ns/iter2650798.614858237
ns/iter2.06
This comment was automatically generated by workflow using github-action-benchmark.