PhpBench\Benchmarks\Macro\LogBench::createResults PHP Method

createResults() public static method

public static createResults ( )
    public static function createResults()
    {
        for ($i = 0; $i < 10; $i++) {
            // instantiate the benchmark class (this) so that we can
            // run a command.
            $case = new self();
            $case->runCommand('console.command.run', ['path' => self::getFunctionalBenchmarkPath(), '--executor' => 'debug', '--iterations' => [100], '--store' => true, '--progress' => 'none']);
        }
    }