JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
432 stars 24 forks source link

Add bench_filter_sum.jl #404

Closed tkf closed 4 years ago

tkf commented 4 years ago

Commit Message

Add bench_filter_sum.jl (#404)

This is a useful set of benchmarks for assessing the effect of tail-call function-barrier for arrays (#403).

codecov[bot] commented 4 years ago

Codecov Report

Merging #404 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #404   +/-   ##
=======================================
  Coverage   90.76%   90.76%           
=======================================
  Files          25       25           
  Lines        1559     1559           
=======================================
  Hits         1415     1415           
  Misses        144      144           

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 061a65f...b1b48c2. Read the comment docs.