Skip to content

Commit

Permalink
stop taskmaster after bench
Browse files Browse the repository at this point in the history
  • Loading branch information
matthi4s committed Oct 26, 2023
1 parent b4c327f commit 93200ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Performance/TaskmasterBenchCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected function runBench(WorkerInterface $worker, int $count = 1): void
$taskmaster->addWorkers($worker, $count);
$this->setupTasks($taskmaster);
$taskmaster->wait();
$taskmaster->stop();
}

public function benchSync(): void
Expand Down

0 comments on commit 93200ac

Please sign in to comment.