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