提交 fb0f9479 编写于 作者: P Paolo Bonzini

selftests: kvm: do only 1 memslot_perf_test run by default

The test takes a long time with the current implementation of
memslots, so cut the run time a bit.
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 fb1070d1
...@@ -992,7 +992,7 @@ int main(int argc, char *argv[]) ...@@ -992,7 +992,7 @@ int main(int argc, char *argv[])
.tlast = NTESTS - 1, .tlast = NTESTS - 1,
.nslots = -1, .nslots = -1,
.seconds = 5, .seconds = 5,
.runs = 20, .runs = 1,
}; };
struct test_result rbestslottime; struct test_result rbestslottime;
int tctr; int tctr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册