} else if ("timer".equals(args[0])) {
new TestTimer().runTest(test);
}
} else {
test.runTests();
Profiler prof = new Profiler();
prof.depth = 4;
prof.interval = 1;
prof.startCollecting();
TestPerformance.main("-init", "-db", "1");
prof.stopCollecting();
System.out.println(prof.getTop(3));
// Recover.execute("data", null);
// RunScript.execute("jdbc:h2:data/test2",
// "sa1", "sa1", "data/test.h2.sql", null, false);
// Recover.execute("data", null);
}