-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: urlPaser will incorrect parsing url like http://abc.com/xxx@xxx/a/b
(#1511) Co-authored-by: Lalit Kumar Bhasin <[email protected]>
- Loading branch information
1 parent
0948054
commit a77ec80
Showing
2 changed files
with
16 additions
and
4 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
a77ec80
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_CreateBaggageFrom180Entries
247996.17803152738
ns/iter98595.91415247966
ns/iter2.52
BM_SpinLockThrashing/1/process_time/real_time
1.065157102734855
ms/iter0.21423309299021004
ms/iter4.97
BM_SpinLockThrashing/2/process_time/real_time
2.761380672454834
ms/iter0.3928844745342548
ms/iter7.03
BM_ProcYieldSpinLockThrashing/1/process_time/real_time
0.5844977065807081
ms/iter0.21169439160446235
ms/iter2.76
BM_ProcYieldSpinLockThrashing/2/process_time/real_time
1.8398256405540134
ms/iter0.4200924401995779
ms/iter4.38
BM_NaiveSpinLockThrashing/1/process_time/real_time
1.1977060981418775
ms/iter0.20873850779573944
ms/iter5.74
BM_NaiveSpinLockThrashing/2/process_time/real_time
1.9404415611748222
ms/iter0.4202314236197054
ms/iter4.62
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time
33.144426345825195
ms/iter13.24160893758138
ms/iter2.50
This comment was automatically generated by workflow using github-action-benchmark.