Repository to accompany my .NET Performance Series Articles on medium.com
To run Benchmarks in a certain namespace or by name, simply run:
dotnet run -c Release --framework net6.0 net7.0 --filter *<filter>*
and replace '' with a part of the name or namespace. If applicable, you might need to remove net6.0 from this line.
.NET Performance Analysis: Newtonsoft.Json vs System.Text.Json in .NET 8
https://github.com/gtechsltn/DotnetBenchmarks
.NET Performance #2: Newtonsoft vs. System.Text.Json