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

Brave always returns tier 0

Open t-mullen opened this issue 2 years ago • 2 comments

Brave Browse on Intel 2019 Macbook Pro (Ventura 13.2) always reports tier 0.

Chrome on the same machine correctly reports tier 3.

Brave:

{
    "wasm": true,
    "simd": true,
    "webgl": true,
    "webgl2": true,
    "offscreen": true,
    "browser": {
        "name": "chrome",
        "version": "112.0.0",
        "os": "Mac OS",
        "type": "browser"
    },
    "gpu": {
        "fps": 14,
        "gpu": "amd radeon pro 5300m",
        "isMobile": false,
        "tier": 0,
        "type": "BENCHMARK",
        "hwaccel": false
    },
    "supportedInBrowserList": true
}

Chrome:

{
    "wasm": true,
    "simd": true,
    "webgl": true,
    "webgl2": true,
    "offscreen": true,
    "browser": {
        "name": "chrome",
        "version": "112.0.0",
        "os": "Mac OS",
        "type": "browser"
    },
    "gpu": {
        "fps": 130,
        "gpu": "amd radeon pro 5300m",
        "isMobile": false,
        "tier": 3,
        "type": "BENCHMARK",
        "hwaccel": true
    },
    "supportedInBrowserList": true
}

Hardware acceleration is enabled in Brave and confirmed to work on multiple sites. Screenshot 2023-04-20 at 12 13 17 PM

t-mullen avatar Apr 20 '23 16:04 t-mullen

For me, it shows correctly under MacBook Apple Silicon by using Brave as well:

{
  "fps": 556,
  "gpu": "apple m1 max",
  "isMobile": false,
  "tier": 3,
  "type": "BENCHMARK"
}

YanDevDe avatar Jan 13 '24 23:01 YanDevDe