Skip to content

Commit

Permalink
Add job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 9, 2024
1 parent a3707ea commit 6b9f448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '101%'
comment-on-alert: true
summary-always: true
- name: Push benchmarks results
if: github.event_name != 'pull_request'
run: git push 'https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git' gh-pages:gh-pages

1 comment on commit 6b9f448

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SteroidsDI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: 6b9f448 Previous: a3707ea Ratio
Benchmarks.DeferBenchmarks.ResolveDefer 115.54911007199969 ns (± 1.1294716917476506) 103.68309993403298 ns (± 1.0437303131753848) 1.11

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.