Skip to content

Commit 39eecd5

Browse files
author
Jonah Williams
authored
give benchmark output dill path (flutter#40857)
1 parent 09073a0 commit 39eecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/devicelab/lib/tasks/hot_mode_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TaskFunction createHotModeTest() {
2323
final File benchmarkFile = file(path.join(_editedFlutterGalleryDir.path, 'hot_benchmark.json'));
2424
rm(benchmarkFile);
2525
final List<String> options = <String>[
26-
'--hot', '-d', device.deviceId, '--benchmark', '--verbose', '--resident',
26+
'--hot', '-d', device.deviceId, '--benchmark', '--verbose', '--resident', '--output-dill', path.join('build', 'app.dill')
2727
];
2828
int hotReloadCount = 0;
2929
Map<String, dynamic> twoReloadsData;

0 commit comments

Comments
 (0)