Skip to content

Commit fb0f947

Browse files
committed
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 <[email protected]>
1 parent fb1070d commit fb0f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/memslot_perf_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ int main(int argc, char *argv[])
992992
.tlast = NTESTS - 1,
993993
.nslots = -1,
994994
.seconds = 5,
995-
.runs = 20,
995+
.runs = 1,
996996
};
997997
struct test_result rbestslottime;
998998
int tctr;

0 commit comments

Comments
 (0)