We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c364e2a commit f92e3edCopy full SHA for f92e3ed
.github/workflows/benchmark.yaml
@@ -2,6 +2,9 @@
2
# - When a job is added/removed/renamed, please make corresponding changes in ci-docs.yaml.
3
name: Benchmark
4
on:
5
+ pull_request:
6
+ branches:
7
+ main
8
push:
9
branches:
10
- main
@@ -69,9 +72,5 @@ jobs:
69
72
tool: 'go'
70
73
benchmark-data-dir-path: "dev/bench/macOS/${{ env.OS_VERSION }}/${{ env.ARCH }}"
71
74
output-file-path: benchmark.txt
- alert-threshold: "200%"
- fail-on-alert: true
- comment-on-alert: true
75
- alert-comment-cc-users: '@runfinch/maintainers'
76
- name: Push benchmark result
77
run: git push 'https://github.com/runfinch/finch.git' gh-pages:gh-pages
0 commit comments