rotationalio / honu

Adaptive consistency replication with reinforcement learning for large scale globally distributed storage.
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Implement options #8

Closed DanielSollis closed 2 years ago

DanielSollis commented 2 years ago

Implements Read/Write options for LevelDB and Write options for Pebble. Changes were made to the engines package that don't have test coverage as engines_test still needs to be implemented.

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (3f88e73) into main (47b233d) will increase coverage by 2.37%. The diff coverage is 77.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   39.59%   41.96%   +2.37%     
==========================================
  Files           5        6       +1     
  Lines         293      305      +12     
==========================================
+ Hits          116      128      +12     
  Misses        151      151              
  Partials       26       26              
Impacted Files Coverage Δ
honu.go 43.15% <50.00%> (ø)
options/options.go 100.00% <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 47b233d...3f88e73. Read the comment docs.