From 764c3c18d4fe0ffbf97e66de809101dc60bdb487 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 4 Jan 2022 12:14:36 -0800 Subject: [PATCH] Revert "Add total_ui_gc_time to benchmarks captured (#96125)" (#96137) --- dev/devicelab/lib/tasks/gallery.dart | 1 - dev/devicelab/lib/tasks/perf_tests.dart | 1 - 2 files changed, 2 deletions(-) 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 {