We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
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" }
Sorry, something went wrong.
No branches or pull requests
Brave Browse on Intel 2019 Macbook Pro (Ventura 13.2) always reports tier 0.
Chrome on the same machine correctly reports tier 3.
Brave:
Chrome:
Hardware acceleration is enabled in Brave and confirmed to work on multiple sites.
The text was updated successfully, but these errors were encountered: