Info
Version: | 1.0.10 |
Author(s): | Maxim Khomutov, Ovidio Manteiga |
Last Update: | Wednesday, February 5, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Orcomp/NPerf |
NuGet Url: | https://www.nuget.org/packages/NPerf |
Install
Install-Package NPerf
dotnet add package NPerf
paket add NPerf
NPerf Download (Unzip the "nupkg" after downloading)
Dependencies
- CodeDomUtilities(1.1.2.0)
- fasterflect(2.1.3)
- Rx-Core(2.2.2)
- Rx-Interfaces(2.2.2)
- Rx-Linq(2.2.2)
Tags
The framework provides custom attributes in order to tag benchmark classes and methods. NPerf uses attributes in much the same may as Nunit.
This library is a complete re-write of Jonathan de Halleux's original Nperf framework http://www.codeproject.com/Articles/5945/NPerf-A-Performance-Benchmark-Framework-for-NET, and should be 100% backward compatible.