-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels