Unverified Commit a8232dd7 authored by Dan Field's avatar Dan Field Committed by GitHub

Add GC events to transitions perf test for gallery (#84956)

parent 757c3add
...@@ -196,6 +196,7 @@ void main([List<String> args = const <String>[]]) { ...@@ -196,6 +196,7 @@ void main([List<String> args = const <String>[]]) {
streams: const <TimelineStream>[ streams: const <TimelineStream>[
TimelineStream.dart, TimelineStream.dart,
TimelineStream.embedder, TimelineStream.embedder,
TimelineStream.gc,
], ],
); );
......
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