Commit 74804e6f authored by Yegor's avatar Yegor Committed by GitHub

fix analyzer_server__analysis_time benchmark broken in #6093 (#6205)

parent e2ff169d
...@@ -105,7 +105,8 @@ class FlutterAnalyzeAppBenchmark extends Benchmark { ...@@ -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',
]); ]);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment