mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +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
|
|
}
|
|
}
|