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.
1 parent 9fd7457 commit 98bc960Copy full SHA for 98bc960
.github/workflows/benchmark.yml
@@ -67,7 +67,7 @@ jobs:
67
composer-options: "--no-suggest"
68
69
- name: "Run phpbench"
70
- run: "vendor/bin/phpbench run --report=aggregate --report=bar_chart_time --output html"
+ run: "vendor/bin/phpbench run --report=aggregate --report=bar_chart_time --report=env --output html"
71
72
- name: Upload HTML report
73
uses: actions/upload-artifact@v3
0 commit comments