cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Fix insertion rate limit #71

Closed miguelportilla closed 5 years ago

miguelportilla commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #71 into master will decrease coverage by 0.1%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
- Coverage   94.65%   94.55%   -0.11%     
==========================================
  Files          29       29              
  Lines        1890     1891       +1     
==========================================
- Hits         1789     1788       -1     
- Misses        101      103       +2
Impacted Files Coverage Δ
include/nudb/impl/basic_store.ipp 92.69% <100%> (ø) :arrow_up:
include/nudb/impl/context.ipp 85.59% <60%> (-1.59%) :arrow_down:

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 dc3e98c...79c1dca. Read the comment docs.