mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
This will avoid large diffs later on. This also fixes GDScript warnings across the codebase.
7 lines
89 B
GDScript
7 lines
89 B
GDScript
extends Benchmark
|
|
|
|
# An empty test, to act as a control
|
|
|
|
func benchmark_control():
|
|
pass
|