CanonSharp/CanonSharp.Benchmark/Program.cs

6 lines
168 B
C#
Raw Permalink Normal View History

// See https://aka.ms/new-console-template for more information
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);