-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Copy link
Labels
c: regressionIt was better in the past than it is nowIt was better in the past than it is now
Description
Unlike the numbers in #61998 (comment), the test is currently generating something like the following both in the device lab and in my local experiment.
Task result:
{
"success": true,
"data": {
"janky_count_with_resampler_90Hz": 0.0,
"average_abs_jerk_with_resampler_90Hz": 0.0,
"dropped_frame_count_with_resampler_90Hz": 43,
"janky_count_with_resampler_59Hz": 0.0,
"average_abs_jerk_with_resampler_59Hz": 0.0,
"dropped_frame_count_with_resampler_59Hz": 28,
"janky_count_without_resampler_90Hz": 0.0,
"average_abs_jerk_without_resampler_90Hz": 0.0,
"dropped_frame_count_without_resampler_90Hz": 36,
"janky_count_without_resampler_59Hz": 0.0,
"average_abs_jerk_without_resampler_59Hz": 0.0,
"dropped_frame_count_without_resampler_59Hz": 29
},
"benchmarkScoreKeys": [
"janky_count_with_resampler_90Hz",
"average_abs_jerk_with_resampler_90Hz",
"dropped_frame_count_with_resampler_90Hz",
"janky_count_with_resampler_59Hz",
"average_abs_jerk_with_resampler_59Hz",
"dropped_frame_count_with_resampler_59Hz",
"janky_count_without_resampler_90Hz",
"average_abs_jerk_without_resampler_90Hz",
"dropped_frame_count_without_resampler_90Hz",
"janky_count_without_resampler_59Hz",
"average_abs_jerk_without_resampler_59Hz",
"dropped_frame_count_without_resampler_59Hz"
]
}
The problem seems to happen after a48e143
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: regressionIt was better in the past than it is nowIt was better in the past than it is now