pmndrs / detect-gpu

Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
MIT License
1.05k stars 57 forks source link

Lots of high-end GPUs report benchmark results capped at 60 or 144 FPS #116

Open Oletus opened 1 year ago

Oletus commented 1 year ago

For example "nvidia geforce rtx 3080 ti" reports 60 FPS, whereas "nvidia geforce rtx 3080 ti laptop gpu" has 190 FPS in the benchmark data. Is the FPS result limited by display refresh rate in some cases (but not in all)? This is a big problem for applications that need classification above 60 FPS.

VanderSP commented 7 months ago

chrome is capped at 60, unless u enable some flags

iaincollins commented 1 month ago

Hmm I'm using v5.0.50 with stock Chrome (no flags) on Windows 10 and getting a reported FPS of 797 with an RTX 3090 (which is correctly identified).

This is with GSync enabled - and specifically the GSync for Windowed applications, as well as full screen applications - on a 60 FPS 4k UHD display. 🤷