Skip to content

Commit 770a766

Browse files
committed
chore: modify warmup count to 2
1 parent 6a7c377 commit 770a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void AllocationQuantumIsNotAnIssueForNetCore21Plus(IToolchain toolchain)
245245
AssertAllocations(toolchain, typeof(TimeConsuming), new Dictionary<string, long>
246246
{
247247
{ nameof(TimeConsuming.SixtyFourBytesArray), 64 + objectAllocationOverhead + arraySizeOverhead }
248-
}, warmupCount: 3);
248+
}, warmupCount: 1);
249249
}
250250

251251
public class MultiThreadedAllocation

0 commit comments

Comments
 (0)