This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
class FetchServices extends AthleticEvent
9
9
{
10
- const NUM_SERVICES = 50 ;
10
+ const NUM_SERVICES = 1000 ;
11
11
12
12
/**
13
13
* @var ServiceManager
@@ -35,7 +35,7 @@ public function classSetUp()
35
35
/**
36
36
* Fetch the factory services
37
37
*
38
- * @iterations 1000
38
+ * @iterations 5000
39
39
*/
40
40
public function fetchFactoryService ()
41
41
{
@@ -45,7 +45,7 @@ public function fetchFactoryService()
45
45
/**
46
46
* Fetch the invokable services
47
47
*
48
- * @iterations 1000
48
+ * @iterations 5000
49
49
*/
50
50
public function fetchInvokableService ()
51
51
{
@@ -55,7 +55,7 @@ public function fetchInvokableService()
55
55
/**
56
56
* Fetch the services
57
57
*
58
- * @iterations 1000
58
+ * @iterations 5000
59
59
*/
60
60
public function fetchService ()
61
61
{
@@ -65,7 +65,7 @@ public function fetchService()
65
65
/**
66
66
* Fetch the alias services
67
67
*
68
- * @iterations 1000
68
+ * @iterations 5000
69
69
*/
70
70
public function fetchAliasService ()
71
71
{
@@ -75,7 +75,7 @@ public function fetchAliasService()
75
75
/**
76
76
* Fetch the abstract factory services
77
77
*
78
- * @iterations 1000
78
+ * @iterations 5000
79
79
*/
80
80
public function fetchAbstractFactoryService ()
81
81
{
You can’t perform that action at this time.
0 commit comments