[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
This commit is contained in:
Jonah Williams 2024-02-15 17:13:01 -08:00 committed by GitHub
parent d4b1b6e744
commit a22c2305b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,6 +354,7 @@ void main([List<String> args = const <String>[]]) {
TimelineStream.dart,
TimelineStream.embedder,
],
retainPriorEvents: true,
);
final TimelineSummary summary = TimelineSummary.summarize(timeline);