diff --git a/dev/devicelab/lib/tasks/gallery.dart b/dev/devicelab/lib/tasks/gallery.dart index 730f412b547..fa5a69a449a 100644 --- a/dev/devicelab/lib/tasks/gallery.dart +++ b/dev/devicelab/lib/tasks/gallery.dart @@ -160,7 +160,6 @@ class GalleryTransitionTest { '90th_percentile_picture_cache_memory', '99th_percentile_picture_cache_memory', 'worst_picture_cache_memory', - 'total_ui_gc_time', if (measureCpuGpu && !isAndroid) ...[ // See https://github.com/flutter/flutter/issues/68888 if (summary['average_cpu_usage'] != null) 'average_cpu_usage', diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index d6fd87e097f..79ce804ef0a 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -942,7 +942,6 @@ const List _kCommonScoreKeys = [ 'worst_picture_cache_memory', 'new_gen_gc_count', 'old_gen_gc_count', - 'total_ui_gc_time', ]; class PerfTestWithSkSL extends PerfTest {