We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1521691 commit 5dbc952Copy full SHA for 5dbc952
.github/workflows/bench.yml
@@ -52,7 +52,7 @@ jobs:
52
working-directory: "tests/"
53
54
- name: "Run phpbench baseline"
55
- run: "tests/vendor/bin/phpbench run --dump-file=tests/bench/storage/baseline.xml"
+ run: "tests/vendor/bin/phpbench run --dump-file=tests/bench/storage/baseline.xml --ansi"
56
57
- name: "Upload baseline artifact"
58
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
@@ -90,4 +90,4 @@ jobs:
90
91
92
- name: "Run phpbench test"
93
- run: "tests/vendor/bin/phpbench run --file=tests/bench/storage/baseline.xml --report=aggregate"
+ run: "tests/vendor/bin/phpbench run --file=tests/bench/storage/baseline.xml --report=aggregate --ansi"
0 commit comments