Template Benchmark For API
Installation: https://www.nuget.org/packages/BenchmarkDotNet/
- CLI: dotnet add package BenchmarkDotNet --version 0.13.2
- PM> NuGet\Install-Package BenchmarkDotNet -Version 0.13.2
Set up:
-
Step 1: Create API from The
Test Project
-
Step 2: Open The
Benchmark project
(this source) and installBenchmarkDotNet package
-
Step 3: Design your Benchmark
-
Step 4: Build Benchmark project and view result
EXTEND:
- Config options:
_______ Update later~
- Attribute options:
_______ Update later~