Commit fb0f9479 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;