This repository contains several benchmarks, which were implemented using BenchmarkDotNet.
To run Benchmarks in a certain namespace or by name, simply run:
dotnet run -c Release --filter *<filter>*
and replace '' with a part of the name or namespace.