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

Reduce the amount of data stored in memory #248

Merged
merged 2 commits into from
Oct 22, 2020
Merged

Reduce the amount of data stored in memory #248

merged 2 commits into from
Oct 22, 2020

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Oct 21, 2020

Closes #237

Repository owner deleted a comment from codecov bot Oct 22, 2020
@codecov
Copy link

codecov bot commented Oct 22, 2020

Codecov Report

Merging #248 into master will increase coverage by 0.01%.
The diff coverage is 97.98%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #248      +/-   ##
============================================
+ Coverage     96.36%   96.38%   +0.01%     
- Complexity      128      152      +24     
============================================
  Files            21       20       -1     
  Lines           358      387      +29     
============================================
+ Hits            345      373      +28     
- Misses           13       14       +1     
Impacted Files Coverage Δ Complexity Δ
src/Process/ChurnProcess.php 95.23% <ø> (ø) 9.00 <0.00> (ø)
src/Process/ProcessFactory.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Result/ResultsRendererFactory.php 100.00% <ø> (ø) 4.00 <0.00> (?)
src/Command/RunCommand.php 80.76% <84.61%> (-1.05%) 14.00 <5.00> (ø)
src/Process/Handler/ParallelProcessHandler.php 97.50% <97.22%> (-2.50%) 15.00 <10.00> (+4.00) ⬇️
src/File/File.php 100.00% <100.00%> (ø) 3.00 <1.00> (?)
src/File/FileFinder.php 96.15% <100.00%> (ø) 13.00 <7.00> (?)
src/Process/Handler/SequentialProcessHandler.php 100.00% <100.00%> (ø) 4.00 <0.00> (ø)
src/Process/Observer/OnSuccessAccumulate.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
src/Process/Observer/OnSuccessCollection.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0f32c7...4cad2c9. Read the comment docs.

@villfa villfa marked this pull request as ready for review October 22, 2020 11:49
@villfa villfa merged commit 9a6dad5 into bmitch:master Oct 22, 2020
@villfa villfa deleted the fix/memory-usage branch October 22, 2020 11: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.

Memory usage growing
1 participant