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: speed up unmarshaller #113

Merged
merged 1 commit into from
Oct 26, 2022
Merged

feat: speed up unmarshaller #113

merged 1 commit into from
Oct 26, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 26, 2022

This is ~8% speed up

This is ~8% speed up
@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Base: 81.20% // Head: 81.26% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (1caadb7) compared to base (e07e281).
Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   81.20%   81.26%   +0.06%     
==========================================
  Files          26       26              
  Lines        3000     2999       -1     
  Branches      582      582              
==========================================
+ Hits         2436     2437       +1     
+ Misses        348      347       -1     
+ Partials      216      215       -1     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 94.84% <100.00%> (-0.03%) ⬇️
src/dbus_fast/message_bus.py 71.37% <0.00%> (+0.37%) ⬆️

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 merged commit 8f7f982 into main Oct 26, 2022
@bdraco bdraco deleted the unmarshall_speed branch October 26, 2022 19:07
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