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

Method runLoader

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

Source from the content-addressed store, hash-verified

773 }
774
775 private static void runLoader(BenchmarkModule bench)
776 throws IOException, SQLException, InterruptedException {
777 LOG.debug(String.format("Loading %s Database", bench));
778 bench.loadDatabase();
779 }
780
781 private static Results runWorkload(List<BenchmarkModule> benchList, MonitorInfo monitorInfo)
782 throws IOException {

Callers 1

mainMethod · 0.95

Calls 2

formatMethod · 0.80
loadDatabaseMethod · 0.45

Tested by

no test coverage detected