int storeCapacity = (int)(_keyCount * 1.5);
StaticDataSet store = createDataSet(storeHomeDir, storeCapacity, hashFunction);
StatsLog.logger.info(">>> populate");
populate(store);
store.sync();
StatsLog.logger.info(">>> collect collision stats");
collect(store);
cleanTestOutput();