Skip to content

Instantly share code, notes, and snippets.

@brunosimon
Last active December 23, 2025 19:25
Show Gist options
  • Select an option

  • Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.

Select an option

Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.
# Unix (Terminal)
open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit
# Windows (Command prompt)
start chrome --args --disable-gpu-vsync --disable-frame-rate-limit
@iErcann
Copy link

iErcann commented Dec 23, 2025

Linux

google-chrome --args --disable-gpu-vsync --disable-frame-rate-limit
https://frameratetest.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment