JuliaFolds / Transducers.jl

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

Add bench_cartesian.jl #410

Closed tkf closed 4 years ago

tkf commented 4 years ago

This characterizes the improvements in 6aafdde1f6ae44985e5d83dacaea203f94ddd1ab

Example minimum time: Before (Transducers v0.4.47): 8.720 μs After (Transducers v0.4.48-DEV): 2.628 μs

codecov[bot] commented 4 years ago

Codecov Report

Merging #410 into master will increase coverage by 0.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #410      +/-   ##
==========================================
+ Coverage   90.82%   90.96%   +0.13%     
==========================================
  Files          25       25              
  Lines        1581     1660      +79     
==========================================
+ Hits         1436     1510      +74     
- Misses        145      150       +5     
Impacted Files Coverage Δ
src/processes.jl 93.03% <0.00%> (+0.17%) :arrow_up:
src/basics.jl 92.10% <0.00%> (+1.48%) :arrow_up:
src/core.jl 87.74% <0.00%> (+1.80%) :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 29ec458...59b3a0e. Read the comment docs.