Commit 862657e4 authored by Yegor's avatar Yegor Committed by GitHub

devicelab: add more hot-reload metrics (#7602)

parent 13409602
......@@ -26,7 +26,10 @@ void main() {
return new TaskResult.successFromFile(benchmarkFile,
benchmarkScoreKeys: <String>[
'hotReloadMillisecondsToFrame',
'hotRestartMillisecondsToFrame'
'hotRestartMillisecondsToFrame',
'hotReloadDevFSSyncMilliseconds',
'hotReloadFlutterReassembleMilliseconds',
'hotReloadVMReloadMilliseconds',
]);
});
}
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