Unverified Commit 764c3c18 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Revert "Add total_ui_gc_time to benchmarks captured (#96125)" (#96137)

parent da9e8702
...@@ -160,7 +160,6 @@ class GalleryTransitionTest { ...@@ -160,7 +160,6 @@ class GalleryTransitionTest {
'90th_percentile_picture_cache_memory', '90th_percentile_picture_cache_memory',
'99th_percentile_picture_cache_memory', '99th_percentile_picture_cache_memory',
'worst_picture_cache_memory', 'worst_picture_cache_memory',
'total_ui_gc_time',
if (measureCpuGpu && !isAndroid) ...<String>[ if (measureCpuGpu && !isAndroid) ...<String>[
// See https://github.com/flutter/flutter/issues/68888 // See https://github.com/flutter/flutter/issues/68888
if (summary['average_cpu_usage'] != null) 'average_cpu_usage', if (summary['average_cpu_usage'] != null) 'average_cpu_usage',
......
...@@ -942,7 +942,6 @@ const List<String> _kCommonScoreKeys = <String>[ ...@@ -942,7 +942,6 @@ const List<String> _kCommonScoreKeys = <String>[
'worst_picture_cache_memory', 'worst_picture_cache_memory',
'new_gen_gc_count', 'new_gen_gc_count',
'old_gen_gc_count', 'old_gen_gc_count',
'total_ui_gc_time',
]; ];
class PerfTestWithSkSL extends PerfTest { class PerfTestWithSkSL extends PerfTest {
......
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