https://github.com/mteheran/benchmarkdemo
BenchMarkDemo using BenchmarkDotNet
https://github.com/mteheran/benchmarkdemo
Last synced: 3 months ago
JSON representation
BenchMarkDemo using BenchmarkDotNet
- Host: GitHub
- URL: https://github.com/mteheran/benchmarkdemo
- Owner: Mteheran
- Created: 2017-12-22T21:49:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T21:59:29.000Z (almost 8 years ago)
- Last Synced: 2025-04-16T02:49:24.927Z (6 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BenchMarkDemo
Demo using BenchMarkDotnet as BenchMark tool in .NetBenchMark can be installed as NuGet easily

The official Web site is [text](http://benchmarkdotnet.org/)
The most important features in BenchMarkDotNet
- 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 (4.6+), .NET Core (1.1+), 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, json, xml, plain text and png plots
- Advanced features: Baseline, Params
- Powerful diagnostics based on ETW events (see BenchmarkDotNet.Diagnostics.Windows)