File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class UtfStringBench
20
20
* @Revs(4)
21
21
* @OutputTimeUnit("milliseconds")
22
22
* @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%")
24
24
*/
25
25
public function benchBuildUtfString (): void
26
26
{
@@ -36,7 +36,7 @@ public function benchBuildUtfString(): void
36
36
* @Revs(2)
37
37
* @OutputTimeUnit("microseconds")
38
38
* @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%")
40
40
*/
41
41
public function benchGetCharLength (): void
42
42
{
You can’t perform that action at this time.
0 commit comments