feat: reduce size of wheels by bdraco · Pull Request #1540 · python-zeroconf/python-zeroconf

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

Conversation

@bdraco

Copy link Copy Markdown

Member

@bdraco bdraco commented

Mar 5, 2025

The distribution size was getting to be upwards of 11MiB on some platforms. Compile with -g0 to avoid the large binaries.

@bdraco bdraco changed the title feat: reduce size of binaries feat: reduce size of wheels

Mar 5, 2025

@codspeed-hq

Copy link Copy Markdown

codspeed-hq bot commented

Mar 5, 2025

CodSpeed Performance Report

Merging #1540 will not alter performance

Comparing wheel_updates (16f3564) with master (7d0768f)

Summary

✅ 6 untouched benchmarks

@codecov

Copy link Copy Markdown

codecov bot commented

Mar 5, 2025

edited

Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.79%. Comparing base (7d0768f) to head (16f3564).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1540   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          33       33           
  Lines        3392     3392           
  Branches      463      463           
=======================================
  Hits         3385     3385           
  Misses          5        5           
  Partials        2        2           

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

@bdraco bdraco merged commit dea233c into master

Mar 5, 2025

34 checks passed

@bdraco bdraco deleted the wheel_updates branch

March 5, 2025 01:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@bdraco