Skip to content

Commit f35efec

Browse files
authored
Turn off benchmakrs comment on each PR (#1872)
1 parent c7f5cb6 commit f35efec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ permissions:
3838
contents: write
3939

4040
jobs:
41+
# See the benchmarks at https://ref.rerun.io/dev/bench/
4142
rs-benchmarks:
4243
name: Rust Criterion benchmarks
4344

@@ -76,6 +77,7 @@ jobs:
7677
-- --output-format=bencher | tee output.txt
7778
7879
- name: Store benchmark result
80+
# https://github.com/benchmark-action/github-action-benchmark
7981
uses: benchmark-action/github-action-benchmark@v1
8082
with:
8183
name: Rust Benchmark
@@ -87,7 +89,7 @@ jobs:
8789
comment-on-alert: true
8890
alert-threshold: "150%"
8991
fail-on-alert: true
90-
comment-always: true
92+
comment-always: false # Generates too much GitHub notification spam
9193

9294
# Save, results and push to GitHub only on main
9395
save-data-file: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)