PhpBench\Benchmark\Executor\BaseExecutor::launch PHP Method

launch() abstract protected method

Launch the payload. This method has to return the ResultCollection.
abstract protected launch ( Payload $payload, Iteration $iteration, Config $config ) : ResultCollection
$payload PhpBench\Benchmark\Remote\Payload
$iteration PhpBench\Model\Iteration
$config PhpBench\Registry\Config
return ResultCollection
    protected abstract function launch(Payload $payload, Iteration $iteration, Config $config);