Skip to content

Commit 4e581cf

Browse files
authored
Add env to phpbench report (#1164)
1 parent 21781c9 commit 4e581cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
composer-options: "--no-suggest"
6868

6969
- name: "Run phpbench"
70-
run: "vendor/bin/phpbench run --report=aggregate --report=bar_chart_time --output html"
70+
run: "vendor/bin/phpbench run --report=aggregate --report=bar_chart_time --report=env --output html"
7171

7272
- name: Upload HTML report
7373
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)