Table of Contents

BenchmarkDotNet v0.13.4

Highlights

JitStatsDiagnoser

This new diagnoser introduced in (#2243) allows getting advanced JIT statistics.

Sample usage:

dotnet run -c Release -f net7.0 --filter *IntroBasic.Sleep --profiler jit

Result:

Method Mean Error StdDev Methods JITted Methods Tiered JIT allocated memory
Sleep 15.53 ms 0.034 ms 0.032 ms 1,102 15 221,736 B

Milestone details

In the v0.13.4 scope, 1 issues were resolved and 4 pull requests were merged. This release includes 9 commits by 5 contributors.

Resolved issues (1)

  • #2237 Version 0.13.3 breaks LINQPad (and any non-Console application)

Merged pull requests (4)

Commits (9)

Contributors (5)

Thank you very much!

Additional details

Date: January 13, 2023

Milestone: v0.13.4 (List of commits)

NuGet Packages: