BenchmarkDotNet v0.13.6
AndreyAkinshin
released this
11 Jul 11:22
·
210 commits
to master
since this release
Highlights
- New BenchmarkDotNet.Diagnostics.dotTrace NuGet package. Once this package is installed, you can annotate your benchmarks with the
[DotTraceDiagnoser]
and get a dotTrace performance snapshot at the end of the benchmark run. #2328 - Updated documentation website. We migrated to docfx 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.
- Updated BenchmarkDotNet.Templates. Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE. #1658 #1881 #2149 #2338
- Response file support. Now it's possible to pass additional arguments to BenchmarkDotNet using
@filename
syntax. #2320 #2348 - Custom runtime support. #2285
- Introduce CategoryDiscoverer, see
IntroCategoryDiscoverer
. #2306 #2307 - Multiple bug fixes.
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.6.html