jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Progressive vector perf #237

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (04c5a99) into flatSharp6 (20888f4) will decrease coverage by 0.03%. The diff coverage is 88.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #237      +/-   ##
==============================================
- Coverage       95.26%   95.23%   -0.04%     
==============================================
  Files             108      108              
  Lines            7080     7072       -8     
  Branches          671      671              
==============================================
- Hits             6745     6735      -10     
- Misses            232      234       +2     
  Partials          103      103              
Impacted Files Coverage Δ
.../FlatSharp.Runtime/Vectors/FlatBufferVectorBase.cs 93.47% <75.00%> (-2.78%) :arrow_down:
...time/Vectors/FlatBufferProgressiveIndexedVector.cs 91.11% <100.00%> (ø)
...arp.Runtime/Vectors/FlatBufferProgressiveVector.cs 93.87% <100.00%> (-0.20%) :arrow_down:
...FlatSharp/TypeModel/Vectors/ListVectorTypeModel.cs 95.83% <100.00%> (ø)

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 20888f4...04c5a99. Read the comment docs.