提交 415f3fe3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test the PageStore for now

上级 4aee4f68
...@@ -233,7 +233,7 @@ java org.h2.test.TestAll timer ...@@ -233,7 +233,7 @@ java org.h2.test.TestAll timer
*/ */
; ;
private static final boolean MV_STORE = true; private static final boolean MV_STORE = false;
/** /**
* If the test should run with many rows. * If the test should run with many rows.
...@@ -466,7 +466,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1` ...@@ -466,7 +466,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
} else { } else {
test.runTests(); test.runTests();
Profiler prof = new Profiler(); Profiler prof = new Profiler();
prof.depth = 8; prof.depth = 16;
prof.interval = 1; prof.interval = 1;
prof.startCollecting(); prof.startCollecting();
if (test.mvStore) { if (test.mvStore) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论