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 #7

Closed DanielSollis closed 2 years ago

DanielSollis commented 2 years ago

Implements LevelDB and Pebble Read/Write options.

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (818cd2c) into main (47b233d) will increase coverage by 7.27%. The diff coverage is 72.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   39.59%   46.86%   +7.27%     
==========================================
  Files           5        8       +3     
  Lines         293      367      +74     
==========================================
+ Hits          116      172      +56     
- Misses        151      160       +9     
- Partials       26       35       +9     
Impacted Files Coverage Δ
honu.go 43.15% <50.00%> (ø)
options/pebble.go 66.66% <66.66%> (ø)
options/leveldb.go 73.91% <73.91%> (ø)
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...818cd2c. Read the comment docs.

DanielSollis commented 2 years ago

Closing pull request to refactor the options package.