Info
Version: | 3.0.0 |
Author(s): | Etimo |
Last Update: | Sunday, August 17, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://etimo.se/blog/etimo-benchmarks-lightweight-net-benchmark-tool/ |
NuGet Url: | https://www.nuget.org/packages/Etimo.Benchmarks |
Install
Install-Package Etimo.Benchmarks
dotnet add package Etimo.Benchmarks
paket add Etimo.Benchmarks
Etimo.Benchmarks Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
The key points are:
- Lightweight and simple to use, for individual component benchmarking or for comparing different components
- Supports specifying nested groups of delegates to be benchmarked hierarchically and in order
- Focuses on the benchmark processing and simply returns an object with the results that can easily be consumed in order to write the results to the console/file/other
- Released to the public domain, so you can do what you want with the source code
Read more at http://etimo.se/blog/etimo-benchmarks-lightweight-net-benchmark-tool/.