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:
Paolo Bonzini 2021-05-26 14:36:14 -04:00
parent fb1070d18e
commit fb0f94794b

View file

@ -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;