File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1358,9 +1358,6 @@ const List<String> _kCommonScoreKeys = <String>[
1358
1358
'99th_percentile_picture_cache_memory' ,
1359
1359
'worst_picture_cache_memory' ,
1360
1360
'old_gen_gc_count' ,
1361
- 'average_frame_request_pending_latency' ,
1362
- '90th_percentile_frame_request_pending_latency' ,
1363
- '99th_percentile_frame_request_pending_latency'
1364
1361
];
1365
1362
1366
1363
/// Measures how long it takes to compile a Flutter app to JavaScript and how
Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ void main() {
58
58
'average_vsync_transitions_missed' : 1 ,
59
59
'90th_percentile_vsync_transitions_missed' : 1 ,
60
60
'99th_percentile_vsync_transitions_missed' : 1 ,
61
- 'average_frame_request_pending_latency' : 0.1 ,
62
- '90th_percentile_frame_request_pending_latency' : 0.1 ,
63
- '99th_percentile_frame_request_pending_latency' : 0.1 ,
64
61
};
65
62
const String resultFileName = 'fake_result' ;
66
63
void driveCallback (List <String > arguments) {
@@ -111,9 +108,6 @@ void main() {
111
108
'90hz_frame_percentage' : 0.4 ,
112
109
'120hz_frame_percentage' : 0.6 ,
113
110
'illegal_refresh_rate_frame_count' : 10 ,
114
- 'average_frame_request_pending_latency' : 0.1 ,
115
- '90th_percentile_frame_request_pending_latency' : 0.1 ,
116
- '99th_percentile_frame_request_pending_latency' : 0.1 ,
117
111
};
118
112
const String resultFileName = 'fake_result' ;
119
113
void driveCallback (List <String > arguments) {
You can’t perform that action at this time.
0 commit comments