Drop sample size

Scoring is relatively inaccurate - doesn't seem necessary to test sucha  bing sample, especially as eveyr file needs a score
This commit is contained in:
Martin Sumner 2017-11-10 14:40:07 +00:00
parent c4456568be
commit 0208cde803

View file

@ -91,7 +91,7 @@
-define(JOURNAL_FILEX, "cdb"). -define(JOURNAL_FILEX, "cdb").
-define(PENDING_FILEX, "pnd"). -define(PENDING_FILEX, "pnd").
-define(SAMPLE_SIZE, 200). -define(SAMPLE_SIZE, 100).
-define(BATCH_SIZE, 32). -define(BATCH_SIZE, 32).
-define(BATCHES_TO_CHECK, 8). -define(BATCHES_TO_CHECK, 8).
%% How many consecutive files to compact in one run %% How many consecutive files to compact in one run