Benchmark kaput

This commit is contained in:
2025-08-16 12:14:03 +03:00
parent 8c137115f4
commit 24d346795d
9 changed files with 219 additions and 21 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
using BenchmarkDotNet.Running;
using mROA.Benchmark;
Console.WriteLine("Hello, World!");
Console.WriteLine("Hello, Performance!");
BenchmarkRunner.Run<InvokePerformance>();
BenchmarkRunner.Run<MethodAccess>();