From e45157fc08c90ab896988f61ea7c8cb95c95f96e Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Fri, 2 Oct 2020 12:22:05 -0700 Subject: [PATCH] 5x startup test repitition to reduce noise (#67147) --- dev/devicelab/lib/tasks/perf_tests.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index 331f65c4354..6b4231e7284 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -454,7 +454,7 @@ class StartupTest { final String deviceId = (await devices.workingDevice).deviceId; await flutter('packages', options: ['get']); - const int iterations = 3; + const int iterations = 15; final List> results = >[]; for (int i = 0; i < iterations; ++i) { await flutter('run', options: [