Powerful .NET library for benchmarking
Перейти к файлу
Adam Sitnik 1e2d381b6a update to netcoreapp1.1 in order to get universal cross platform memory diagnoser 2016-11-13 18:14:39 +01:00
build spliting BenchmarkDotNet.dll to few dlls to avoid mandatory Roslyn dependency, fixes #225 2016-07-18 02:25:28 +02:00
docs Jobs: .With() methods now create new instances of the Job. 2016-10-23 15:42:51 +03:00
samples update to netcoreapp1.1 in order to get universal cross platform memory diagnoser 2016-11-13 18:14:39 +01:00
src update to netcoreapp1.1 in order to get universal cross platform memory diagnoser 2016-11-13 18:14:39 +01:00
tests update to netcoreapp1.1 in order to get universal cross platform memory diagnoser 2016-11-13 18:14:39 +01:00
.gitignore Big refactoring 2016-09-17 20:22:25 +03:00
BenchmarkDotNet.sln built-in accurate and cross platform Memory Diagnoser, fixes #186, fixes #200 2016-10-16 18:26:29 +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)