Code
·
5 lines
·
173 bytes
1
2
3
4
5using BenchmarkDotNet.Running;
// Draai alle benchmarks in de assembly
// Gebruik: dotnet run -c Release
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).RunAll();