Info
Version: | 3.0.1 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, October 17, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/PerformanceTester |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.PerformanceTester |
Install
Install-Package SoftCircuits.PerformanceTester
dotnet add package SoftCircuits.PerformanceTester
paket add SoftCircuits.PerformanceTester
SoftCircuits.PerformanceTester Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Create your tests by writing classes that implement the IPerformanceTest interface. The library will run all such tests in the specified assembly and provide the results, which include a description of the test, the time in milliseconds and the percent of the time taken as compared to the slowest test.
Saves time when comparing the performance of different candidate code blocks.
Now targets either .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.