PHP Class PhpBench\Benchmark\Executor\DebugExecutor

Inheritance: extends BaseExecutor
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

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

Méthodes protégées

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

Method Details

configure() public méthode

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

execute() public méthode

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

launch() protected méthode

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