Files
godot-benchmarks/benchmarks/core/node_path.gd

8 lines
133 B
GDScript

extends Benchmark
const ITERATIONS = 1_000_000
func benchmark_create() -> void:
for i in ITERATIONS:
var _n: NodePath = "Godot"