(BenchmarkModule bench)
| 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 { |
no test coverage detected