You are here

private property TimeEfficientImplementationTest::$stress_sizes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php \SebastianBergmann\Diff\LCS\TimeEfficientImplementationTest::stress_sizes

File

vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php, line 22

Class

TimeEfficientImplementationTest
Some of these tests are volontary stressfull, in order to give some approximative benchmark hints.

Namespace

SebastianBergmann\Diff\LCS

Code

private $stress_sizes = array(
  1,
  2,
  3,
  100,
  500,
  1000,
  2000,
);