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 unmarshalling message body #255

Merged
merged 10 commits into from
Sep 20, 2023
Merged

feat: speed up unmarshalling message body #255

merged 10 commits into from
Sep 20, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 20, 2023

This is ~3.4% speed up

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

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

Comparison is base (dd74a84) 82.68% compared to head (c8e9b96) 83.35%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
+ Coverage   82.68%   83.35%   +0.67%     
==========================================
  Files          28       28              
  Lines        3275     3281       +6     
  Branches      678      682       +4     
==========================================
+ Hits         2708     2735      +27     
+ Misses        341      333       -8     
+ Partials      226      213      -13     
Files Changed Coverage Δ
src/dbus_fast/_private/unmarshaller.py 94.18% <100.00%> (+4.56%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco marked this pull request as ready for review September 20, 2023 09:14
@bdraco bdraco merged commit 5aed075 into main Sep 20, 2023
19 checks passed
@bdraco bdraco deleted the speed_up_body branch September 20, 2023 09:15
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