Пример #1
0
 private static void runTest(Database db, Bench bench, int size) throws Exception {
   bench.init(db, size);
   bench.runTest();
 }