fix analyzer_server__analysis_time benchmark broken in #6093 (#6205)

This commit is contained in:
Yegor 2016-10-04 13:27:41 -07:00 committed by GitHub
parent e2ff169d5b
commit 74804e6f1d

View File

@ -105,7 +105,8 @@ class FlutterAnalyzeAppBenchmark extends Benchmark {
Future<num> run() async { Future<num> run() async {
rm(benchmarkFile); rm(benchmarkFile);
await inDirectory(megaDir, () async { await inDirectory(megaDir, () async {
await flutter('watch', options: <String>[ await flutter('analyze', options: <String>[
'--watch',
'--benchmark', '--benchmark',
]); ]);
}); });