detect-gpu icon indicating copy to clipboard operation
detect-gpu copied to clipboard

MBP reporting tier 1

Open tomorrowevening opened this issue 3 years ago • 0 comments

Since the M1 update, my MBP gets tier1/24fps reported instead of tier3/60fps

2018 MBP 32 GB 2400 MHz DDR4 Radeon Pro Vega 20 4 GB Intel UHD Graphics 630 1536 MB

Usually runs 60fps on the main monitor, and 30fps on my external (30 Hertz) Main monitor (higher hertz, 60fps)

{
  "fps": 24,
  "gpu": "amd radeon pro vega 20",
  "isMobile": false,
  "tier": 1,
  "type": "BENCHMARK"
}

External monitor (30 hertz, 30fps)

{
  "fps": 30,
  "gpu": "amd radeon pro vega 20",
  "isMobile": false,
  "tier": 2,
  "type": "BENCHMARK"
}

tomorrowevening avatar Aug 13 '22 17:08 tomorrowevening