Commit 1d4cda5d authored by Devon Carew's avatar Devon Carew

fix the benchmark file written by the analyze command (#3725)

parent c2363c88
......@@ -580,7 +580,7 @@ class AnalyzeCommand extends FlutterCommand {
String expectedTime = argResults['benchmark-expected'];
Map<String, dynamic> data = <String, dynamic>{
'time': (stopwatch.elapsedMilliseconds / 1000.0).toStringAsFixed(3),
'time': (stopwatch.elapsedMilliseconds / 1000.0),
'issues': errorCount
};
......
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