parent
e2ff169d5b
commit
74804e6f1d
@ -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',
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user