Skip to content

Commit

Permalink
Revert "Upload generated frame-request-pending stats" (#135672)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Sep 28, 2023
1 parent dd341d4 commit 63b98d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions dev/devicelab/lib/tasks/perf_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,6 @@ const List<String> _kCommonScoreKeys = <String>[
'99th_percentile_picture_cache_memory',
'worst_picture_cache_memory',
'old_gen_gc_count',
'average_frame_request_pending_latency',
'90th_percentile_frame_request_pending_latency',
'99th_percentile_frame_request_pending_latency'
];

/// Measures how long it takes to compile a Flutter app to JavaScript and how
Expand Down
6 changes: 0 additions & 6 deletions dev/devicelab/test/perf_tests_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ void main() {
'average_vsync_transitions_missed': 1,
'90th_percentile_vsync_transitions_missed': 1,
'99th_percentile_vsync_transitions_missed': 1,
'average_frame_request_pending_latency': 0.1,
'90th_percentile_frame_request_pending_latency': 0.1,
'99th_percentile_frame_request_pending_latency': 0.1,
};
const String resultFileName = 'fake_result';
void driveCallback(List<String> arguments) {
Expand Down Expand Up @@ -111,9 +108,6 @@ void main() {
'90hz_frame_percentage': 0.4,
'120hz_frame_percentage': 0.6,
'illegal_refresh_rate_frame_count': 10,
'average_frame_request_pending_latency': 0.1,
'90th_percentile_frame_request_pending_latency': 0.1,
'99th_percentile_frame_request_pending_latency': 0.1,
};
const String resultFileName = 'fake_result';
void driveCallback(List<String> arguments) {
Expand Down

0 comments on commit 63b98d5

Please sign in to comment.