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: improve callback performance #16

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 9, 2022

Do not check internal callbacks with inspect as inspect is expensive and we already know they are correct

Do not check internal callbacks with inspect as inspect
is expensive and we already know they are correct
@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #16 (d723dc8) into main (a9e8866) will increase coverage by 0.00%.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   72.37%   72.38%           
=======================================
  Files          24       24           
  Lines        2795     2796    +1     
  Branches      601      602    +1     
=======================================
+ Hits         2023     2024    +1     
  Misses        587      587           
  Partials      185      185           
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/aio/message_bus.py 87.26% <100.00%> (ø)
src/dbus_fast/message_bus.py 72.02% <100.00%> (+0.05%) ⬆️

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

@bdraco bdraco merged commit aee3da9 into main Sep 9, 2022
@bdraco bdraco deleted the no_check_internal_callbacks branch September 9, 2022 21:57
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