Sergey778 / BenchmarkDotNet

Powerful .NET library for benchmarking

Home Page:https://perfdotnet.github.io/BenchmarkDotNet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Useful links

About

Powerful .NET library for benchmarking

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

License:MIT License


Languages

Language:C# 98.2%Language:R 0.7%Language:Batchfile 0.5%Language:PowerShell 0.2%Language:F# 0.2%Language:Shell 0.0%Language:Visual Basic 0.0%