Skip to content

feat: improve performance of processing incoming records#1155

Merged
bdraco merged 5 commits into
masterfrom
dns_rrset_overhead
Apr 7, 2023
Merged

feat: improve performance of processing incoming records#1155
bdraco merged 5 commits into
masterfrom
dns_rrset_overhead

Conversation

@bdraco

@bdraco bdraco commented Apr 7, 2023

Copy link
Copy Markdown
Member

reduce DNSRRSet construction overhead

@codecov

codecov Bot commented Apr 7, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (a3f970c) 99.77% compared to head (19a30e0) 99.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1155      +/-   ##
==========================================
+ Coverage   99.77%   99.81%   +0.03%     
==========================================
  Files          22       22              
  Lines        2654     2654              
  Branches      463      463              
==========================================
+ Hits         2648     2649       +1     
+ Misses          4        3       -1     
  Partials        2        2              
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_dns.py 100.00% <100.00%> (+0.41%) ⬆️
src/zeroconf/_handlers.py 100.00% <100.00%> (ø)
src/zeroconf/_protocol/incoming.py 98.87% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco changed the title feat: reduce DNSRRSet construction overhead feat: improve performance of processing incoming records Apr 7, 2023
@bdraco bdraco marked this pull request as ready for review April 7, 2023 00:45
@bdraco bdraco merged commit b65e279 into master Apr 7, 2023
@bdraco bdraco deleted the dns_rrset_overhead branch April 7, 2023 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant