Commit f35efec 1 parent c7f5cb6 commit f35efec Copy full SHA for f35efec
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ permissions:
38
38
contents : write
39
39
40
40
jobs :
41
+ # See the benchmarks at https://ref.rerun.io/dev/bench/
41
42
rs-benchmarks :
42
43
name : Rust Criterion benchmarks
43
44
76
77
-- --output-format=bencher | tee output.txt
77
78
78
79
- name : Store benchmark result
80
+ # https://github.com/benchmark-action/github-action-benchmark
79
81
uses : benchmark-action/github-action-benchmark@v1
80
82
with :
81
83
name : Rust Benchmark
87
89
comment-on-alert : true
88
90
alert-threshold : " 150%"
89
91
fail-on-alert : true
90
- comment-always : true
92
+ comment-always : false # Generates too much GitHub notification spam
91
93
92
94
# Save, results and push to GitHub only on main
93
95
save-data-file : ${{ github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments