We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38386c0 + fd91563 commit 6dc815bCopy full SHA for 6dc815b
1 file changed
tests/benchmarks/UtfStringBench.php
@@ -20,7 +20,7 @@ class UtfStringBench
20
* @Revs(4)
21
* @OutputTimeUnit("milliseconds")
22
* @Assert("mode(variant.time.avg) < 100 milliseconds +/- 10%")
23
- * @Assert("mode(variant.time.avg) > 30 milliseconds +/- 10%")
+ * @Assert("mode(variant.time.avg) > 25 milliseconds +/- 10%")
24
*/
25
public function benchBuildUtfString(): void
26
{
@@ -36,7 +36,7 @@ public function benchBuildUtfString(): void
36
* @Revs(2)
37
* @OutputTimeUnit("microseconds")
38
* @Assert("mode(variant.time.avg) < 800 microseconds +/- 20%")
39
- * @Assert("mode(variant.time.avg) > 100 microseconds +/- 10%")
+ * @Assert("mode(variant.time.avg) > 60 microseconds +/- 10%")
40
41
public function benchGetCharLength(): void
42
0 commit comments