We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c327f commit 93200acCopy full SHA for 93200ac
test/Performance/TaskmasterBenchCase.php
@@ -20,6 +20,7 @@ protected function runBench(WorkerInterface $worker, int $count = 1): void
20
$taskmaster->addWorkers($worker, $count);
21
$this->setupTasks($taskmaster);
22
$taskmaster->wait();
23
+ $taskmaster->stop();
24
}
25
26
public function benchSync(): void
0 commit comments