Commit fb0f9479 authored by Paolo Bonzini's avatar 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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment