Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 27, 2024
1 parent 8cbe727 commit f36fc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_management_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
issues: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down

1 comment on commit f36fc0f

@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 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: f36fc0f Previous: 8cbe727 Ratio
BM_BaselineBuffer/2 9165809.154510498 ns/iter 2799146.1863715528 ns/iter 3.27
BM_BaselineBuffer/4 14933497.905731201 ns/iter 2545899.1114592166 ns/iter 5.87
BM_LockFreeBuffer/2 8279912.47177124 ns/iter 1125835.6032832977 ns/iter 7.35
BM_LockFreeBuffer/4 5101850.0328063965 ns/iter 1330655.248541581 ns/iter 3.83

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

Please sign in to comment.