diff --git a/dev/profile_startup.dart b/dev/profile_startup.dart index 7aaa1e6ee5..b5a01a8074 100755 --- a/dev/profile_startup.dart +++ b/dev/profile_startup.dart @@ -7,7 +7,7 @@ import 'dart:io'; import 'dart:async'; import 'dart:convert'; -const int ITERATIONS = 3; +const int ITERATIONS = 5; String runWithLoggingSync(List cmd, { bool checked: true, @@ -46,6 +46,7 @@ Future test(String tracesDir, String projectPath, int runNumber) async { runWithLoggingSync([ 'flutter', 'start', + '--no-checked', '--trace-startup' ], workingDirectory: projectPath); await new Future.delayed(const Duration(seconds: 2), () => "");