File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- name : New Benchmark
1+ name : Longitudinal Benchmarking
22
33on :
44 push :
@@ -45,12 +45,13 @@ jobs:
4545 tool : ' customSmallerIsBetter'
4646 output-file-path : output.json
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
48- # Workflow will fail when an alert happens
49- fail-on-alert : true
5048 # Push and deploy GitHub pages branch automatically
5149 auto-push : true
5250 # Enable alert commit comment
5351 comment-on-alert : true
54- # Mention @zeme-iohk in the commit comment
55- alert-comment-cc-users : ' @zeme-iohk'
56- alert-threshold : ' 110%'
52+ # Mention @input-output-hk/plutus-core in the commit comment
53+ alert-comment-cc-users : ' @input-output-hk/plutus-core'
54+ # Percentage value like "110%".
55+ # It is a ratio indicating how worse the current benchmark result is.
56+ # For example, if we now get 110 ns/iter and previously got 100 ns/iter, it gets 110% worse.
57+ alert-threshold : ' 105%'
You can’t perform that action at this time.
0 commit comments