PhpBench\Tests\Unit\Benchmark\Executor\DebugExecutorTest::provideConstantTimes PHP Метод

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

    public function provideConstantTimes()
    {
        return [[[], [], 2, 2, [0, 0, 0, 0]], [[10], [], 2, 4, [10, 10, 10, 10, 10, 10, 10, 10]], [[10, 20, 30, 40], [], 2, 4, [10, 20, 30, 40, 10, 20, 30, 40]], [[1, 2], [], 4, 2, [1, 2, 1, 2, 1, 2, 1, 2]], [[1, 2], [0, 1], 4, 2, [1, 3, 1, 3, 1, 3, 1, 3]], [[1, 2], [0, 1], 4, 2, [1, 3, 1, 3, 1, 3, 1, 3]]];
    }