Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brave always returns tier 0 #114

Open
t-mullen opened this issue Apr 20, 2023 · 1 comment
Open

Brave always returns tier 0 #114

t-mullen opened this issue Apr 20, 2023 · 1 comment

Comments

@t-mullen
Copy link

t-mullen commented Apr 20, 2023

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

@YanDevDe
Copy link

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants