PhpBench\Model\Result\ComputedResult::getDeviation PHP Method

getDeviation() public method

Return the percentage deviation from the mean of the iteration set of the iteration to which this result belongs.
public getDeviation ( ) : float
return float
    public function getDeviation()
    {
        return $this->deviation;
    }