We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd153c5 commit 78c4893Copy full SHA for 78c4893
1 file changed
performance-test.php
@@ -12,8 +12,8 @@ class PerformanceTest
12
{
13
protected static $defaultName = 'test:performance';
14
15
- private static $warmupIterations = 1000;
16
- private static $measureIterations = 10000;
+ private static $warmupIterations = 100_000;
+ private static $measureIterations = 1_000_000;
17
private $tests = [];
18
public $output = [];
19
0 commit comments