SimpleSpeedTester NuGet Package

SimpleSpeedTester is a simple, easy to use framework that helps you speed test your .Net code by taking care some of the orchestration for you.

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.




Got any SimpleSpeedTester Question?





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)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

3747