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

Benchmark in batches #34

Closed seelabs closed 8 years ago

seelabs commented 8 years ago

The bench program was changed to do timing in batches. A set of values is inserted, then a set of values are fetched. There were also several new command line options added to the bench program (see the README.md) and the python plot script was simplified.


This change is Reviewable

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.346% when pulling b7c775e2e31bd41639ad60f4ace3a6311381c659 on seelabs:interleave into 4bb090cc191ba719351a75fb846329f77cb0d83c on vinniefalco:master.

codecov-io commented 8 years ago

Current coverage is 95.34% (diff: 100%)

Merging #34 into master will not change coverage

@@             master        #34   diff @@
==========================================
  Files            27         27          
  Lines          1719       1719          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1639       1639          
  Misses           80         80          
  Partials          0          0          

Powered by Codecov. Last update 4bb090c...b7c775e

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.4%) to 96.708% when pulling 82cfa44b58738e4204bba1cc6c5039519bbbe46c on seelabs:interleave into 4bb090cc191ba719351a75fb846329f77cb0d83c on vinniefalco:master.