Stop reporting new_gen_gc_count to SkiaPerf (#135324)

Movement in this metric is mostly noise, creates many false alerts, and is neither the cause nor effect of changes in other metrics.
This commit is contained in:
Zachary Anderson 2023-09-22 14:55:28 -07:00 committed by GitHub
parent feb6d6ed3d
commit 579e196073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1357,7 +1357,6 @@ const List<String> _kCommonScoreKeys = <String>[
'90th_percentile_picture_cache_memory',
'99th_percentile_picture_cache_memory',
'worst_picture_cache_memory',
'new_gen_gc_count',
'old_gen_gc_count',
];