Info
Version: | 1.1.0 |
Author(s): | Yan Cui |
Last Update: | Monday, January 13, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/theburningmonk/SimpleSpeedTester |
NuGet Url: | https://www.nuget.org/packages/SimpleSpeedTester |
Install
Install-Package SimpleSpeedTester
dotnet add package SimpleSpeedTester
paket add SimpleSpeedTester
SimpleSpeedTester Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It should NOT be confused with a performance profiler such as JetBrains' dotTrace or RedGate's ANTS profiler.
The SimpleSpeedTester is intended for one thing and one thing only – help you speed test a specific piece of code/method over multiple runs, collate the results and work out the average for you so you only have to focus on producing the code you want to test.
Where it might be useful is when you want to compare the performance of two similar components/methods in terms of speed, for instance, the serialization and deserialization speed of DataContractJsonSerializer vs JavaScriptSerializer.