tkf / ThreadsX.jl

Parallelized Base functions
MIT License
321 stars 10 forks source link

Update Transducers in benchmark/Manifest.toml #171

Closed tkf closed 3 years ago

tkf commented 3 years ago

Including https://github.com/JuliaFolds/Transducers.jl/pull/476 https://github.com/JuliaFolds/Transducers.jl/pull/477

codecov[bot] commented 3 years ago

Codecov Report

Merging #171 (af3f962) into master (3ff8264) will increase coverage by 2.55%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   77.97%   80.53%   +2.55%     
==========================================
  Files           9        9              
  Lines         395      452      +57     
==========================================
+ Hits          308      364      +56     
- Misses         87       88       +1     
Impacted Files Coverage Δ
src/basesizes.jl 75.00% <0.00%> (-5.00%) :arrow_down:
src/foreach.jl 82.85% <0.00%> (-1.52%) :arrow_down:
src/quicksort.jl 97.91% <0.00%> (-0.90%) :arrow_down:
src/reduce.jl 98.57% <0.00%> (+1.85%) :arrow_up:
src/mergesort.jl 95.65% <0.00%> (+3.24%) :arrow_up:
src/countingsort.jl 14.28% <0.00%> (+3.57%) :arrow_up:
src/map.jl 96.15% <0.00%> (+4.48%) :arrow_up:
src/utils.jl 73.21% <0.00%> (+9.38%) :arrow_up:

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 3ff8264...af3f962. Read the comment docs.