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 ed5316b commit 10b975eCopy full SHA for 10b975e
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