File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767 "phpstan" : " @php phpstan analyse" ,
6868 "psalm" : " @php psalm --no-diff" ,
6969 "phpunit" : " @php phpunit --color=always" ,
70- "phpbench" : " @php phpbench run tests/benchmarks --report=aggregate --progress=dots " ,
70+ "phpbench" : " @php phpbench run tests/benchmarks --report=aggregate" ,
7171 "test" : [
7272 " @phpcs" ,
7373 " @phpstan" ,
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class UtfStringBench
1919 * @Iterations(20)
2020 * @Revs(4)
2121 * @OutputTimeUnit("milliseconds")
22- * @Assert("mode(variant.time.avg) < 38 milliseconds +/- 10%")
23- * @Assert("mode(variant.time.avg) > 20 milliseconds +/- 10%")
22+ * @Assert("mode(variant.time.avg) < 100 milliseconds +/- 10%")
23+ * @Assert("mode(variant.time.avg) > 30 milliseconds +/- 10%")
2424 */
2525 public function benchBuildUtfString (): void
2626 {
@@ -35,8 +35,8 @@ public function benchBuildUtfString(): void
3535 * @Iterations(2)
3636 * @Revs(2)
3737 * @OutputTimeUnit("microseconds")
38- * @Assert("mode(variant.time.avg) < 75 microseconds +/- 10 %")
39- * @Assert("mode(variant.time.avg) > 60 microseconds +/- 10%")
38+ * @Assert("mode(variant.time.avg) < 800 microseconds +/- 20 %")
39+ * @Assert("mode(variant.time.avg) > 100 microseconds +/- 10%")
4040 */
4141 public function benchGetCharLength (): void
4242 {
You can’t perform that action at this time.
0 commit comments