mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
e2ff169d5b
commit
74804e6f1d
@ -105,7 +105,8 @@ class FlutterAnalyzeAppBenchmark extends Benchmark {
|
||||
Future<num> run() async {
|
||||
rm(benchmarkFile);
|
||||
await inDirectory(megaDir, () async {
|
||||
await flutter('watch', options: <String>[
|
||||
await flutter('analyze', options: <String>[
|
||||
'--watch',
|
||||
'--benchmark',
|
||||
]);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user