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

Improve fixture loading while increasing the number of fixtures #522

Conversation

0x46616c6b
Copy link
Member

I attempted to increase the fixtures to replicate the issues with "large" datasets. However, I encountered a problem where there was insufficient memory, and it took a long time. Consequently, I decided to refresh my Doctrine skills and optimize the database operations. Additionally, I optimized the password hashing for fixtures since we utilize the same password for all fixtures, eliminating the need to recalculate it for each user.

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5d993de) 36.35% compared to head (3c0cf08) 37.61%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #522      +/-   ##
============================================
+ Coverage     36.35%   37.61%   +1.25%     
+ Complexity     1152     1121      -31     
============================================
  Files           186      181       -5     
  Lines          4627     4472     -155     
============================================
  Hits           1682     1682              
+ Misses         2945     2790     -155     

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

@0x46616c6b 0x46616c6b force-pushed the Improve-fixture-loading-while-increasing-the-number-of-fixtures branch from e06a8eb to 1f4d449 Compare December 29, 2023 14:46
@0x46616c6b 0x46616c6b merged commit deaf7ae into main Dec 29, 2023
12 checks passed
@0x46616c6b 0x46616c6b deleted the Improve-fixture-loading-while-increasing-the-number-of-fixtures branch December 29, 2023 14:50
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