We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df79a0 commit 3d2df6aCopy full SHA for 3d2df6a
1 file changed
Source/Tst/KZDev.PerfUtils.Concurrency.UnitTests/UsingInterlockedOps.cs
@@ -21,12 +21,12 @@ public partial class UsingInterlockedOps : UnitTestBase
21
/// <summary>
22
/// The number of times we loop through for simple condition based tests (non-contention)
23
/// </summary>
24
- private const int ConditionTestLoopCount = 1_000_000;
+ private const int ConditionTestLoopCount = 100_000;
25
26
27
/// The number of test loops to run for simple bit manipulation operations
28
29
- private const int BitManagementTestLoopCount = 1_000_000;
+ private const int BitManagementTestLoopCount = 100_000;
30
31
32
/// A test integer value that is used to test the <see cref="InterlockedOps"/> methods
0 commit comments