Skip to content

Commit 6dc815b

Browse files
authored
Merge #566 - benchmarks: decreasing benchmarks average time assertions
benchmarks: decreasing benchmarks average time assertions
2 parents 38386c0 + fd91563 commit 6dc815b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmarks/UtfStringBench.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class UtfStringBench
2020
* @Revs(4)
2121
* @OutputTimeUnit("milliseconds")
2222
* @Assert("mode(variant.time.avg) < 100 milliseconds +/- 10%")
23-
* @Assert("mode(variant.time.avg) > 30 milliseconds +/- 10%")
23+
* @Assert("mode(variant.time.avg) > 25 milliseconds +/- 10%")
2424
*/
2525
public function benchBuildUtfString(): void
2626
{
@@ -36,7 +36,7 @@ public function benchBuildUtfString(): void
3636
* @Revs(2)
3737
* @OutputTimeUnit("microseconds")
3838
* @Assert("mode(variant.time.avg) < 800 microseconds +/- 20%")
39-
* @Assert("mode(variant.time.avg) > 100 microseconds +/- 10%")
39+
* @Assert("mode(variant.time.avg) > 60 microseconds +/- 10%")
4040
*/
4141
public function benchGetCharLength(): void
4242
{

0 commit comments

Comments
 (0)