mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
* Port binary trees and merkle trees * Port nbody and spectral_norm * Format nbody * Create mandelbrot_set.gd * Add algorithm credits * Create hello_world.gd * Make some benchmark inputs smaller so they complete faster
6 lines
81 B
GDScript
6 lines
81 B
GDScript
extends Benchmark
|
|
|
|
|
|
func benchmark_hello_world() -> void:
|
|
print("Hello world!")
|