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 question and answer history with a cython pxd #1234

Merged
merged 5 commits into from Aug 26, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Aug 26, 2023

The frequent call to async_expire is the main source of cpu time here

The frequent call to async_expire is the main source of
cpu time here
@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

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

Comparison is base (30c3ad9) 99.78% compared to head (fe9bd32) 99.82%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1234      +/-   ##
==========================================
+ Coverage   99.78%   99.82%   +0.03%     
==========================================
  Files          25       25              
  Lines        2791     2798       +7     
  Branches      479      480       +1     
==========================================
+ Hits         2785     2793       +8     
  Misses          3        3              
+ Partials        3        2       -1     
Files Changed Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_history.py 100.00% <100.00%> (ø)

... 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 August 26, 2023 13:59
@bdraco bdraco merged commit 703ecb2 into master Aug 26, 2023
34 checks passed
@bdraco bdraco deleted the cython_history branch August 26, 2023 13:59
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