JuliaFolds2 / OhMyThreads.jl

Simple multithreading in julia
https://juliafolds2.github.io/OhMyThreads.jl/
MIT License
139 stars 9 forks source link

Fix GreedyScheduler with ntasks and chunksize, closes #120 #122

Closed fredrikekre closed 1 month ago

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.66%. Comparing base (cba9127) to head (3cbcf3d). Report is 123 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #122 +/- ## ========================================== - Coverage 90.24% 85.66% -4.59% ========================================== Files 3 7 +4 Lines 82 544 +462 ========================================== + Hits 74 466 +392 - Misses 8 78 +70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MasonProtter commented 1 month ago

Thanks @fredrikekre!