Show / Hide Table of Contents

BenchmarkDotNet v0.10.5

  • Fixed SizeUnit presentation in the summary table (#434)
  • In MemoryDiagnoser, now 1kB = 1024B (instead of 1000 in v0.10.4) (#434)
  • Fix false allocations detection (#436 9b44de70)
  • Hide ScaledSD column for small values (da857ad7)
  • Autoselecting amount of digits after the decimal point (#404)

Milestone details

In the v0.10.5 scope, 3 issues were resolved and 2 pull requests were merged. This release includes 16 commits by 4 contributors.

Resolved issues (3)

  • #404 Autoselecting amount of digits after the decimal point (assignee: @AndreyAkinshin)
  • #428 Cleanup NuGet.Config (assignee: @adamsitnik)
  • #434 Allocation output suddenly is 0 GB (assignee: @AndreyAkinshin)

Merged pull requests (2)

  • #435 Joined approved files according to cultures (by @alinasmirnova)
  • #436 Fix false allocations detection (by @ig-sinicyn)

Commits (16)

  • d9eefd NuGet feeds cleanup, fixes #428 (by @adamsitnik)
  • 2a95b0 Fix SizeUnit presentation, fixes #434 (by @AndreyAkinshin)
  • 8eca28 Add a note about kilobytes in docs (by @AndreyAkinshin)
  • ae483e Separate approved files only for cultures, not for exporters (by @alinasmirnova)
  • 78a6a0 Improved legend for MemoryDiagnoser (by @AndreyAkinshin)
  • 47ae20 SizeUnitTests (by @AndreyAkinshin)
  • 9b44de fix false allocations detection (by @ig-sinicyn)
  • ffd535 Merge pull request #436 from ig-sinicyn/fix_allocations_on_run (by @adamsitnik)
  • 87c2bd Inclusive ConfidenceInterval.Contains (by @AndreyAkinshin)
  • da857a Don't show the ScaledSD column if values are small (by @AndreyAkinshin)
  • e0cf24 Add DefaultColumnProvidersTests (by @AndreyAkinshin)
  • f2baa3 Fix typo in DefaultColumnProvidersTests (by @AndreyAkinshin)
  • 117560 Fix BaselineScaledColumnTest.ColumnsWithBaselineGetsScaled (by @AndreyAkinshin)
  • 3a1fb7 Implement BestAmountOfDecimalDigits for statistics columns in SummaryTable, f... (by @AndreyAkinshin)
  • 4201ee Fix ToolchainTest.CustomToolchainsAreSupported (by @AndreyAkinshin)
  • cba245 Set library version: 0.10.5 (by @AndreyAkinshin)

Contributors (4)

  • Adam Sitnik (@adamsitnik)
  • Alina Smirnova (@alinasmirnova)
  • Andrey Akinshin (@AndreyAkinshin)
  • ig-sinicyn (@ig-sinicyn)

Thank you very much!

Additional details

Date: April 26, 2017

Milestone: v0.10.5

NuGet Packages:

  • https://www.nuget.org/packages/BenchmarkDotNet/0.10.5
  • https://www.nuget.org/packages/BenchmarkDotNet.Core/0.10.5
  • https://www.nuget.org/packages/BenchmarkDotNet.Toolchains.Roslyn/0.10.5
  • https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.10.5
  • Improve this Doc
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors