Unverified Commit a22c2305 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] retain prior events for flutter gallery. (#143554)

Capture first frames in gallery benchmarks

Calling https://github.com/flutter/flutter/issues/143404 fixed, since all the full app benchmarks capture the start now.

Fixes https://github.com/flutter/flutter/issues/143404
parent d4b1b6e7
......@@ -354,6 +354,7 @@ void main([List<String> args = const <String>[]]) {
TimelineStream.dart,
TimelineStream.embedder,
],
retainPriorEvents: true,
);
final TimelineSummary summary = TimelineSummary.summarize(timeline);
......
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