Files
godot-benchmarks/benchmarks/gdscript/control.gd
Hugo Locurcio 34a1c24f95 Resave all scenes and scripts on Godot 4.4.dev5, fix GDScript warnings
This will avoid large diffs later on.

This also fixes GDScript warnings across the codebase.
2024-11-27 15:00:18 +01:00

7 lines
89 B
GDScript

extends Benchmark
# An empty test, to act as a control
func benchmark_control():
pass