BenchmarkDotNet v0.10.12

1 · Andrey Akinshin · Jan. 15, 2018, midnight
BenchmarkDotNet v0.10.12 has been released! This release includes: Improved DisassemblyDiagnoser: BenchmarkDotNet contains an embedded disassembler so that it can print assembly code for all benchmarks; it's not easy, but the disassembler evolves in every release. Improved MemoryDiagnoser: it has a better precision level, and it takes less time to evaluate memory allocations in a benchmark. New TailCallDiagnoser: now you get notifications when JIT applies the tail call optimizations to your met...