Table of Contents

BenchmarkDotNet v0.9.9

  • Attribute config style (see #166)
  • Online documentation (see #219)
  • Mono LLVM support (see #226)
  • Async method support (see #236)
  • NuGet packages and repo layout restructuring (see #225, #228)
  • [Cleanup] attribute (see #215)
  • New statistics columns: Skewness, Kurtosis, WelchTTestPValue, Improved math for the Scaled column
  • Now current default branch is master
  • Minor improvements and bug fixes

Milestone details

In the v0.9.9 scope, 14 issues were resolved and 1 pull requests were merged. This release includes 46 commits by 4 contributors.

Resolved issues (14)

  • #166 Suggestion: Attribute Config style (assignee: @AndreyAkinshin)
  • #215 Allow a [Cleanup] method to be specified
  • #219 Online documentation and API reference
  • #223 Add support for System.Type in Params
  • #224 [Breaking change] BenchmarkAttribute become sealed.
  • #225 Refactoring the roslyn dependency into another package
  • #226 Support Mono/LLVM as a runtime/jit
  • #227 Suggestion: change default branch (assignee: @AndreyAkinshin)
  • #228 Suggestion: clean up the root folder
  • #231 Add references to default framework assemblies (System.Runtime etc)
  • #232 Make all tests use OutputLogger (assignee: @adamsitnik)
  • #235 Don't show non-error output of dotnet cli (assignee: @adamsitnik)
  • #236 Possibility to benchmark asynchronous methods (assignee: @adamsitnik)
  • #240 Total Time reports hour rounded up

Merged pull requests (1)

Commits (46)

Contributors (4)

Thank you very much!

Additional details

Date: August 18, 2016

Milestone: v0.9.9

NuGet Packages:

Online Documentation: https://perfdotnet.github.io/BenchmarkDotNet/