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

feat: add optimized parser for InterfacesRemoved #123

Merged
merged 3 commits into from
Oct 29, 2022
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 29, 2022

16% speed up for interfaces removed messages
1% speed up for interfaces added messages
1% speed up for rssi messages

@codecov
Copy link

codecov bot commented Oct 29, 2022

Codecov Report

Base: 81.76% // Head: 81.76% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (bb44039) compared to base (c05a27a).
Patch coverage: 92.85% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   81.76%   81.76%   -0.01%     
==========================================
  Files          27       27              
  Lines        3077     3087      +10     
  Branches      594      597       +3     
==========================================
+ Hits         2516     2524       +8     
  Misses        343      343              
- Partials      218      220       +2     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 95.23% <100.00%> (+0.14%) ⬆️
src/dbus_fast/message_bus.py 71.00% <0.00%> (-0.38%) ⬇️

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review October 29, 2022 15:06
@bdraco bdraco merged commit 09822a5 into main Oct 29, 2022
@bdraco bdraco deleted the interfaces_removed branch October 29, 2022 15:06
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