Skip to content

Commit 0bd9101

Browse files
committed
Addressed some comments
1 parent 5ff4a8b commit 0bd9101

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/new-benchmark.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: New Benchmark
1+
name: Longitudinal Benchmarking
22

33
on:
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%'

0 commit comments

Comments
 (0)