X Tutup
using BenchmarkDotNet.Running; using System.Reflection; namespace Npgsql.Benchmarks { class Program { static void Main(string[] args) => new BenchmarkSwitcher(typeof(Program).GetTypeInfo().Assembly).Run(args); } }
X Tutup