PhpBench\Tests\Unit\Benchmark\Executor\microtimetest\ExecutorBench::benchOutput PHP Метод

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

public benchOutput ( )
    public function benchOutput()
    {
        // PHPBench should not crash if the user outputs something in their benchmark.
        echo 'Hello World';
    }