BENCHMARK
Serileştirme yaptığımız nesneyi tekrardan kullanabilmek için deserialization yaparız.
Lets take a closer look on how to start using BenchmarkDotNet to benchmark your code.
OverView
BenchmarkDotNet is very simple to start using. All you have to do is:
- Add nuget package
- Add Benchmark attributes to items
- Create a BenchmarkRunner
- Run in Release mode.