Simple library to help compare the performance of different algorithms. 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.
$ dotnet add package SoftCircuits.PerformanceTesterNo README available.