Unverified Commit 0ddb1ae7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

fix hot reload benchmark data (#69798)

parent 595df47f
...@@ -833,6 +833,8 @@ class HotRunner extends ResidentRunner { ...@@ -833,6 +833,8 @@ class HotRunner extends ResidentRunner {
return result; return result;
} }
reloadMessage = result.message; reloadMessage = result.message;
} else {
_addBenchmarkData('hotReloadVMReloadMilliseconds', 0);
} }
final Stopwatch reassembleTimer = Stopwatch()..start(); final Stopwatch reassembleTimer = Stopwatch()..start();
......
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