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: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fb1070d18e
commit
fb0f94794b
@ -992,7 +992,7 @@ int main(int argc, char *argv[])
|
||||
.tlast = NTESTS - 1,
|
||||
.nslots = -1,
|
||||
.seconds = 5,
|
||||
.runs = 20,
|
||||
.runs = 1,
|
||||
};
|
||||
struct test_result rbestslottime;
|
||||
int tctr;
|
||||
|
Loading…
Reference in New Issue
Block a user