We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b975e commit 6a2488aCopy full SHA for 6a2488a
tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs
@@ -228,7 +228,7 @@ public byte[] SixtyFourBytesArray()
228
// this benchmark should hit allocation quantum problem
229
// it allocates a little of memory, but it takes a lot of time to execute so we can't run in thousands of times!
230
231
- //Thread.Sleep(TimeSpan.FromSeconds(0.5));
+ Thread.Sleep(TimeSpan.FromSeconds(0.5));
232
233
return new byte[64];
234
}
0 commit comments