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

getMetrics() public method

public getMetrics ( )
    public function getMetrics()
    {
        return ['z_value' => $this->zValue, 'deviation' => $this->deviation];
    }