}
// Clear the Benchmark's Database
if (isBooleanOptionSet(argsLine, "clear")) {
CREATE_LOG.info("Resetting " + bench.getBenchmarkName().toUpperCase() + " database...");
bench.clearDatabase();
CREATE_LOG.info("Finished!");
CREATE_LOG.info(SINGLE_LINE);
} else if (CREATE_LOG.isDebugEnabled()) {
CREATE_LOG.debug("Skipping creating benchmark database tables");
CREATE_LOG.info(SINGLE_LINE);