PhpBench\Model\Benchmark::getPath PHP Method

getPath() public method

Get the file path of this benchmark.
public getPath ( ) : string
return string
    public function getPath()
    {
        return $this->path;
    }