Skip to content

Commit e6d70f6

Browse files
committed
Fix test.
1 parent 49dfa9e commit e6d70f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public void Setup()
289289
[GlobalCleanup]
290290
public void Cleanup()
291291
{
292+
countdownEvent.Reset(ThreadsCount);
292293
keepRunning = false;
293294
barrier.SignalAndWait();
294295
foreach (var thread in threads)

0 commit comments

Comments
 (0)