提交 07c5a909 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

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