News

So, replace the default code of the Main method in the Program.cs file using the following code snippet. static void Main(string[] args) { var summary = BenchmarkRunner.Run<MemoryBenchmarkerDemo>(); } ...