go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

Feature/flatmap performance #11

Closed Ghnuberath closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.37%. The diff coverage is 35.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   55.53%   55.91%   +0.37%     
==========================================
  Files          72       72              
  Lines        4633     4661      +28     
==========================================
+ Hits         2573     2606      +33     
+ Misses       1777     1767      -10     
- Partials      283      288       +5     
Impacted Files Coverage Δ
internal/partition/partition-buildable.go 73.52% <0.00%> (-15.76%) :arrow_down:
internal/rpc/s_partition.pb.go 36.97% <9.67%> (+0.48%) :arrow_up:
internal/dataframe/stage.go 83.78% <11.11%> (-9.08%) :arrow_down:
internal/partition/row.go 45.62% <33.33%> (ø)
internal/dataframe/plan_executor.go 81.96% <50.00%> (ø)
internal/partition/partition-operable.go 51.89% <50.00%> (+18.56%) :arrow_up:
cluster/coordinator.go 70.22% <100.00%> (ø)
internal/partition/partition.go 89.01% <100.00%> (+2.19%) :arrow_up:
internal/util/operation.go 45.00% <100.00%> (+8.33%) :arrow_up:
... and 2 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 c1baee0...cf04ac2. Read the comment docs.