Add forkexecbench to bench.cc

上级 a5a12d68
...@@ -72,6 +72,7 @@ main(int ac, char **av) ...@@ -72,6 +72,7 @@ main(int ac, char **av)
static Bench* the_bench[128]; static Bench* the_bench[128];
int n = 0; int n = 0;
the_bench[n++] = CMD("forkexecbench");
the_bench[n++] = CMD("mktree", STR(NCPU), "tree.xdu", "4", "4"); the_bench[n++] = CMD("mktree", STR(NCPU), "tree.xdu", "4", "4");
the_bench[n++] = CMD("xdu", "8"); the_bench[n++] = CMD("xdu", "8");
the_bench[n++] = CMD("xdu", "4"); the_bench[n++] = CMD("xdu", "4");
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论