PHP PhpBench\Model Пространство имен

Пространства имен

PhpBench\Model\Result

Interfaces

Имя Описание
ResultInterface Marker interface for iteration results.

Классы

Имя Описание
Benchmark Benchmark metadata class.
Error Represents an Error. Typically this is a serializable representation of an Exception.
ErrorStack Essentially this class represents a single exception (the "top" exception) and any parent exceptions of it.
Iteration Represents the data required to execute a single iteration.
ParameterSet Represents a parameter set for an Iteration.
ResultCollection Represents the result of a single iteration executed by an executor.
Subject Subject representation.
Suite Represents a Suite.
SuiteCollection
Summary Provides summary statistics for the entires suite.
Variant Stores Iterations and calculates the deviations and rejection status for each based on the given rejection threshold.