Commit 9781f1af authored by Michael Goderbauer's avatar Michael Goderbauer Committed by Ian Hickson

make hot_mode_dev_cycle benchmark run in verbose mode (#8862)

parent 3af9ce88
......@@ -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,
......
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