Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reduce cast calls in service browser #1164

Merged
merged 2 commits into from Apr 26, 2023
Merged

fix: reduce cast calls in service browser #1164

merged 2 commits into from Apr 26, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 26, 2023

There were so many casts being called here they showed up on the profiler since they were inside the set comp

There were so many casts being called here they showed up on the profiler
since they were inside the set comp
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4626399) 99.81% compared to head (1f72758) 99.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1164   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          22       22           
  Lines        2657     2657           
  Branches      464      464           
=======================================
  Hits         2652     2652           
  Misses          3        3           
  Partials        2        2           
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_services/browser.py 99.12% <100.00%> (ø)

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 marked this pull request as ready for review April 26, 2023 04:44
@bdraco bdraco merged commit c0d65ae into master Apr 26, 2023
30 checks passed
@bdraco bdraco deleted the browser_casts branch April 26, 2023 04:56
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.

None yet

1 participant