@@ -83,7 +83,7 @@ public function setupObject(): void
83
83
Revs(500 ),
84
84
Iterations(5 ),
85
85
BeforeMethods([ 'setupObjectCreation ' ]),
86
- Assert('mode(variant.time.avg) < 140 microseconds +/- 5% ' )
86
+ Assert('mode(variant.time.avg) < 120 microseconds +/- 5% ' )
87
87
]
88
88
public function benchObjectCreation (): void
89
89
{
@@ -94,7 +94,7 @@ public function benchObjectCreation(): void
94
94
Revs(5000 ),
95
95
Iterations(5 ),
96
96
BeforeMethods([ 'setupObjectCreation ' ]),
97
- Assert('mode(variant.time.avg) < 350 microseconds +/- 5% ' )
97
+ Assert('mode(variant.time.avg) < 300 microseconds +/- 5% ' )
98
98
]
99
99
public function benchObjectCreationWithoutCache (): void
100
100
{
@@ -106,7 +106,7 @@ public function benchObjectCreationWithoutCache(): void
106
106
Revs(500 ),
107
107
Iterations(5 ),
108
108
BeforeMethods(['setupObject ' ]),
109
- Assert('mode(variant.time.avg) < 80 microseconds +/- 5% ' )
109
+ Assert('mode(variant.time.avg) < 65 microseconds +/- 5% ' )
110
110
]
111
111
public function benchObjectToArray (): void
112
112
{
@@ -117,7 +117,7 @@ public function benchObjectToArray(): void
117
117
Revs(5000 ),
118
118
Iterations(5 ),
119
119
BeforeMethods(['setupObject ' ]),
120
- Assert('mode(variant.time.avg) < 270 microseconds +/- 5% ' )
120
+ Assert('mode(variant.time.avg) < 230 microseconds +/- 5% ' )
121
121
]
122
122
public function benchObjectToArrayWithoutCache (): void
123
123
{
0 commit comments