Commit 8c8be6b5 authored by Yegor's avatar Yegor Committed by GitHub

remove engineEnterTimestampMicros from benchmark list; not useful (#6242)

parent 4c8b7b5d
......@@ -71,7 +71,6 @@ class StartupTest {
]).timeout(_startupTimeout);
Map<String, dynamic> data = JSON.decode(file('$testDirectory/build/start_up_info.json').readAsStringSync());
return new TaskResult.success(data, benchmarkScoreKeys: <String>[
'engineEnterTimestampMicros',
'timeToFirstFrameMicros',
]);
});
......
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