make hot_mode_dev_cycle benchmark run in verbose mode (#8862)
This commit is contained in:
parent
3af9ce884d
commit
9781f1aff0
@ -20,7 +20,7 @@ void main() {
|
||||
rm(benchmarkFile);
|
||||
await inDirectory(appDir, () async {
|
||||
return await flutter('run',
|
||||
options: <String>['--hot', '-d', device.deviceId, '--benchmark'],
|
||||
options: <String>['--hot', '-d', device.deviceId, '--benchmark', '--verbose'],
|
||||
canFail: false);
|
||||
});
|
||||
return new TaskResult.successFromFile(benchmarkFile,
|
||||
|
Loading…
x
Reference in New Issue
Block a user