Info
Version: | 1.1.4 |
Author(s): | ipavlu |
Last Update: | Saturday, December 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ipavlu/GreenSuperGreen |
NuGet Url: | https://www.nuget.org/packages/GreenSuperGreen.Benchmarking |
Install
Install-Package GreenSuperGreen.Benchmarking
dotnet add package GreenSuperGreen.Benchmarking
paket add GreenSuperGreen.Benchmarking
GreenSuperGreen.Benchmarking Download (Unzip the "nupkg" after downloading)
Dependencies
- NUnit(>= 3.9.0)
- GreenSuperGreen(>= 1.1.4)
- wrapper for the .Net SpinLock,
- TicketSpinLock,
- Lock replacement of C# lock (Monitor),
- wrapper around C# lock (monitor) benchmarking only,
- async/await AsyncLock,
- async/await AsyncSpinLock,
- async/await AsyncTicketSpinLock.