Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 0a30f69

Browse files
committed
Set the bench loop to 5000
1 parent 1f1f7c9 commit 0a30f69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benchmarks/FetchServices.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class FetchServices extends AthleticEvent
99
{
10-
const NUM_SERVICES = 50;
10+
const NUM_SERVICES = 1000;
1111

1212
/**
1313
* @var ServiceManager
@@ -35,7 +35,7 @@ public function classSetUp()
3535
/**
3636
* Fetch the factory services
3737
*
38-
* @iterations 1000
38+
* @iterations 5000
3939
*/
4040
public function fetchFactoryService()
4141
{
@@ -45,7 +45,7 @@ public function fetchFactoryService()
4545
/**
4646
* Fetch the invokable services
4747
*
48-
* @iterations 1000
48+
* @iterations 5000
4949
*/
5050
public function fetchInvokableService()
5151
{
@@ -55,7 +55,7 @@ public function fetchInvokableService()
5555
/**
5656
* Fetch the services
5757
*
58-
* @iterations 1000
58+
* @iterations 5000
5959
*/
6060
public function fetchService()
6161
{
@@ -65,7 +65,7 @@ public function fetchService()
6565
/**
6666
* Fetch the alias services
6767
*
68-
* @iterations 1000
68+
* @iterations 5000
6969
*/
7070
public function fetchAliasService()
7171
{
@@ -75,7 +75,7 @@ public function fetchAliasService()
7575
/**
7676
* Fetch the abstract factory services
7777
*
78-
* @iterations 1000
78+
* @iterations 5000
7979
*/
8080
public function fetchAbstractFactoryService()
8181
{

0 commit comments

Comments
 (0)