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

Perf: Remove unnecessary deepcopy calls in Schemaview.induced_slot #296

Merged
merged 1 commit into from
Feb 14, 2024

Remove unnecessary deepcopies and avoid multiple calls to get_slot

fe8e821
Select commit
Loading
Failed to load commit list.
Merged

Perf: Remove unnecessary deepcopy calls in Schemaview.induced_slot #296

Remove unnecessary deepcopies and avoid multiple calls to get_slot
fe8e821
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2024 in 0s

62.90% (+0.00%) compared to 2e35728

View this Pull Request on Codecov

62.90% (+0.00%) compared to 2e35728

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2e35728) 62.90% compared to head (fe8e821) 62.90%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #296   +/-   ##
=======================================
  Coverage   62.90%   62.90%           
=======================================
  Files          62       62           
  Lines        8529     8529           
  Branches     2239     2239           
=======================================
  Hits         5365     5365           
  Misses       2554     2554           
  Partials      610      610           

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