mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-09-03 18:14:28 +03:00
Disable V-Sync when running benchmarks
This is required for accurate CPU/GPU time reporting, as the GPU may downclock if it ends up being underutilized due to the FPS cap imposed by V-Sync (leading to artificially increased CPU/GPU times).
This commit is contained in:
@@ -28,6 +28,7 @@ gdscript/warnings/standalone_expression=0
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/stretch/mode="viewport"
|
||||
window/vsync/vsync_mode=0
|
||||
|
||||
[dotnet]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user