flashlight icon indicating copy to clipboard operation
flashlight copied to clipboard

Support devices with FPS > 60

Open Almouro opened this issue 1 year ago • 0 comments

What

Max FPS is set to 60 in the code We need to account for devices with a higher refresh rate

How to implement

  • this file needs to be changed flashlight-open-source/packages/platforms/android/src/commands/atrace/pollFpsUsage.ts
  • score calculation need to take into account max fps flashlight-open-source/packages/core/reporter/src/reporting/getScore.ts

We need to add screenRefreshRate into the interfaces TestCaseResult and AveragedTestCaseResult We need to find a way to measure it and add it to the report

So that max FPS in graphs and score is max FPS du device

Almouro avatar Jul 04 '23 15:07 Almouro