make hot_mode_dev_cycle benchmark run in verbose mode (#8862)

This commit is contained in:
Michael Goderbauer 2017-03-17 12:16:19 -07:00 committed by Ian Hickson
parent 3af9ce884d
commit 9781f1aff0

View File

@ -20,7 +20,7 @@ void main() {
rm(benchmarkFile); rm(benchmarkFile);
await inDirectory(appDir, () async { await inDirectory(appDir, () async {
return await flutter('run', return await flutter('run',
options: <String>['--hot', '-d', device.deviceId, '--benchmark'], options: <String>['--hot', '-d', device.deviceId, '--benchmark', '--verbose'],
canFail: false); canFail: false);
}); });
return new TaskResult.successFromFile(benchmarkFile, return new TaskResult.successFromFile(benchmarkFile,