PhpBench\Model\Result\ComputedResult::getDeviation PHP Метод

getDeviation() публичный Метод

Return the percentage deviation from the mean of the iteration set of the iteration to which this result belongs.
public getDeviation ( ) : float
Результат float
    public function getDeviation()
    {
        return $this->deviation;
    }