Skip to content

Commit

Permalink
Added output of benchmark tests into github step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Oct 16, 2023
1 parent 5ef5f77 commit 5707c45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Benchmark Suite
on:
pull_request:
paths:
- '.github/workflows/**'
- 'src/adapter/**'
- 'src/core/**'
- 'src/lib/**'
Expand Down Expand Up @@ -61,5 +62,8 @@ jobs:
restore-keys: |
php-${{ matrix.php-version }}-phpbench-
- name: Adding markdown
run: echo '# Flow PHP - Benchmark' >> $GITHUB_STEP_SUMMARY

- name: "Benchmark"
run: "composer test:benchmark -- --ref=original --progress=plain"
run: "composer test:benchmark -- --ref=original --progress=none >> $GITHUB_STEP_SUMMARY"

0 comments on commit 5707c45

Please sign in to comment.