This change is necessary because there is a problem with network bandwidth during migration.
Signed-off-by: Jiří Župka <[email protected]> --- client/virt/deps/test_cpu_flags/stress.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/virt/deps/test_cpu_flags/stress.c b/client/virt/deps/test_cpu_flags/stress.c index 13d0505..ae424c2 100644 --- a/client/virt/deps/test_cpu_flags/stress.c +++ b/client/virt/deps/test_cpu_flags/stress.c @@ -7,7 +7,7 @@ #include "tests.h" -#define size (40000000) +#define size (4194304) void AddTwo(float *aa, float *bb, int num_threads) { { -- 1.7.7.6 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
