-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to use relative code links. (#1447)
- Loading branch information
Showing
3 changed files
with
16 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ | |
"files": [ | ||
"api/**.h", | ||
"api/**.cc", | ||
"exporters/**.h", | ||
"exporters/**.cc", | ||
"sdk/**.h", | ||
"sdk/**.cc" | ||
] | ||
|
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
e372ce5
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.5473265938434122
ms/iter0.25021968110237713
ms/iter2.19
BM_ProcYieldSpinLockThrashing/1/process_time/real_time
0.3294178417750767
ms/iter0.1211810255996928
ms/iter2.72
BM_ProcYieldSpinLockThrashing/2/process_time/real_time
0.838549769654566
ms/iter0.23780897234413134
ms/iter3.53
BM_NaiveSpinLockThrashing/1/process_time/real_time
0.34772831460703973
ms/iter0.12727575064320454
ms/iter2.73
BM_NaiveSpinLockThrashing/2/process_time/real_time
0.5813808256877218
ms/iter0.23963707269151938
ms/iter2.43
This comment was automatically generated by workflow using github-action-benchmark.