Powerful .NET library for benchmarking
Перейти к файлу
Adam Sitnik 0580a57053 updated docs for #265 2016-10-02 15:12:10 +02:00
build spliting BenchmarkDotNet.dll to few dlls to avoid mandatory Roslyn dependency, fixes #225 2016-07-18 02:25:28 +02:00
docs updated docs for #265 2016-10-02 15:12:10 +02:00
samples Print more info about runtime of child processes in summary (and in a nicer way), fixes #268 2016-10-02 14:07:48 +02:00
src Print more info about runtime of child processes in summary (and in a nicer way), fixes #268 2016-10-02 14:07:48 +02:00
tests Print more info about runtime of child processes in summary (and in a nicer way), fixes #268 2016-10-02 14:07:48 +02:00
.gitignore Big refactoring 2016-09-17 20:22:25 +03:00
BenchmarkDotNet.sln spliting BenchmarkDotNet.dll to few dlls to avoid mandatory Roslyn dependency, fixes #225 2016-07-18 02:25:28 +02:00
BenchmarkDotNet.sln.DotSettings Big refactoring 2016-09-17 20:22:25 +03:00
LICENSE.md Update year in LICENSE.md 2016-05-29 12:29:07 +03:00
NuGet.Config added missing Nuget feeds to NuGet.Config, removed launchSettings which we do not need anymore #187 2016-05-28 15:30:20 +02:00
README.md Update README 2016-08-14 01:22:30 +03:00
appveyor.yml Set library version: 0.9.9 2016-08-18 01:18:27 +03:00
global.json Suggestion: clean up the root folder, fixes #228 2016-07-13 00:32:22 +02:00

README.md

BenchmarkDotNet is a powerful .NET library for benchmarking.

NuGet Gitter Build status License Overview ChangeLog

Summary

  • Standard benchmarking routine: generating an isolated project per each benchmark method; auto-selection of iteration amount; warmup; overhead evaluation; statistics calculation; and so on.
  • Supported runtimes: Full .NET Framework, .NET Core (RTM), Mono
  • Supported languages: C#, F#, and Visual Basic
  • Supported OS: Windows, Linux, MacOS
  • Easy way to compare different environments (x86 vs x64, LegacyJit vs RyuJit, and so on; see: Jobs)
  • Reports: markdown, csv, html, plain text, png plots.
  • Advanced features: Baseline, Params
  • Powerful diagnostics based on ETW events (see BenchmarkDotNet.Diagnostics.Windows)