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: [