mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-06 14:10:20 +03:00
8 lines
138 B
C#
8 lines
138 B
C#
public partial class Control : Benchmark
|
|
{
|
|
public void BenchmarkControl()
|
|
{
|
|
// An empty test, to act as a control
|
|
}
|
|
}
|