MCPcopy Create free account
hub / github.com/cmu-db/benchbase / runCreator

Method runCreator

src/main/java/com/oltpbenchmark/DBWorkload.java:770–773  ·  view source on GitHub ↗
(BenchmarkModule bench)

Source from the content-addressed store, hash-verified

768 }
769
770 private static void runCreator(BenchmarkModule bench) throws SQLException, IOException {
771 LOG.debug(String.format("Creating %s Database", bench));
772 bench.createDatabase();
773 }
774
775 private static void runLoader(BenchmarkModule bench)
776 throws IOException, SQLException, InterruptedException {

Callers 1

mainMethod · 0.95

Calls 2

formatMethod · 0.80
createDatabaseMethod · 0.45

Tested by

no test coverage detected