PHP Class PhpBench\Benchmark\Executor\DebugExecutor

Inheritance: extends BaseExecutor
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
configure ( Symfony\Component\OptionsResolver\OptionsResolver $options )
execute ( SubjectMetadata $subjectMetadata, Iteration $iteration, Config $config )

Protected Methods

Method Description
launch ( Payload $payload, Iteration $iteration, Config $config ) TODO: Decouple the logic from the base class.

Method Details

configure() public method

public configure ( Symfony\Component\OptionsResolver\OptionsResolver $options )
$options Symfony\Component\OptionsResolver\OptionsResolver

execute() public method

public execute ( SubjectMetadata $subjectMetadata, Iteration $iteration, Config $config )
$subjectMetadata PhpBench\Benchmark\Metadata\SubjectMetadata
$iteration PhpBench\Model\Iteration
$config PhpBench\Registry\Config

launch() protected method

protected launch ( Payload $payload, Iteration $iteration, Config $config )
$payload PhpBench\Benchmark\Remote\Payload
$iteration PhpBench\Model\Iteration
$config PhpBench\Registry\Config