Info
Version: | 2.0.0 |
Author(s): | Jörgen Damberg |
Last Update: | Thursday, November 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/zington/ParallelMsTest |
NuGet Url: | https://www.nuget.org/packages/ParallelMsTest |
Install
Install-Package ParallelMsTest
dotnet add package ParallelMsTest
paket add ParallelMsTest
ParallelMsTest Download (Unzip the "nupkg" after downloading)
Dependencies
- MSTest.TestFramework(>= 2.1.0)
Tags
Substitute [TestMethod] for [ConcurrencyTest(4)] for 4 parallel execution threads. Use [LoadTest] to ramp up and run consecutive parallel threads for a given time period, and use [ParallelizationTest] to automaticly run a test that compares parallel execution time with single thread execution time.