Skip to content

Commit f92e3ed

Browse files
fix(ci): remove alert comment from benchmark workflow
Signed-off-by: Swapnanil-Gupta <swpnlg@amazon.com>
1 parent c364e2a commit f92e3ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# - When a job is added/removed/renamed, please make corresponding changes in ci-docs.yaml.
33
name: Benchmark
44
on:
5+
pull_request:
6+
branches:
7+
main
58
push:
69
branches:
710
- main
@@ -69,9 +72,5 @@ jobs:
6972
tool: 'go'
7073
benchmark-data-dir-path: "dev/bench/macOS/${{ env.OS_VERSION }}/${{ env.ARCH }}"
7174
output-file-path: benchmark.txt
72-
alert-threshold: "200%"
73-
fail-on-alert: true
74-
comment-on-alert: true
75-
alert-comment-cc-users: '@runfinch/maintainers'
7675
- name: Push benchmark result
7776
run: git push 'https://github.com/runfinch/finch.git' gh-pages:gh-pages

0 commit comments

Comments
 (0)