codebench.php 294 B

12345678910111213141516
  1. <?php
  2. return [
  3. /**
  4. * The maximum execution time, in seconds. If set to zero, no time limit is imposed.
  5. * Note: http://php.net/manual/en/function.set-time-limit.php#84563
  6. */
  7. 'max_execution_time' => 0,
  8. /**
  9. * Expand all benchmark details by default.
  10. */
  11. 'expand_all' => FALSE,
  12. ];