Powerful .NET library for benchmarking
Перейти к файлу
Andrey Akinshin e6a4aec0ca JsonExporters: add information about namespaces, resolves #246 2016-08-20 13:52:28 +03:00
.nuget added missing Nuget feeds to NuGet.Config, removed launchSettings which we do not need anymore #187 2016-05-28 15:30:20 +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 JsonExporters: add information about namespaces, resolves #246 2016-08-20 13:52:28 +03:00
samples JsonExporters refactoring 2016-08-20 13:38:12 +03:00
src JsonExporters: add information about namespaces, resolves #246 2016-08-20 13:52:28 +03:00
tests Merge branch 'gc' 2016-08-16 14:46:26 +02:00
.gitignore Added Api docs generation directives 2016-08-11 14:30:49 +02: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 JsonExporters: add information about namespaces, resolves #246 2016-08-20 13:52:28 +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
runClassicTests.cmd Suggestion: clean up the root folder, fixes #228 2016-07-13 00:32:22 +02:00
runCoreTests.cmd Suggestion: clean up the root folder, fixes #228 2016-07-13 00:32:22 +02:00
strongNameKey.snk Strong naming, fixes #101 2016-04-12 23:37:03 +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)