提交 cf17fd1c authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 616351ea
...@@ -353,14 +353,13 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -353,14 +353,13 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
test.runTests(); test.runTests();
TestPerformance.main("-init", "-db", "1"); TestPerformance.main("-init", "-db", "1");
Recover.execute("data", null); Recover.execute("data", null);
RunScript.execute("jdbc:h2:data/test2", "sa1", "sa1", "data/test.h2.sql", null, false); // RunScript.execute("jdbc:h2:data/test2", "sa1", "sa1", "data/test.h2.sql", null, false);
Recover.execute("data", null); // Recover.execute("data", null);
System.setProperty(SysProperties.H2_PAGE_STORE, "false");
// System.setProperty(SysProperties.H2_PAGE_STORE, "false"); test.pageStore = false;
// test.pageStore = false; test.runTests();
// test.runTests(); TestPerformance.main("-init", "-db", "1");
// TestPerformance.main("-init", "-db", "1");
} }
System.out.println(TestBase.formatTime(System.currentTimeMillis() - time) + " total"); System.out.println(TestBase.formatTime(System.currentTimeMillis() - time) + " total");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论