We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d272765 commit fca99e4Copy full SHA for fca99e4
1 file changed
.github/workflows/benchmark.yml
@@ -98,7 +98,6 @@ jobs:
98
github-token: ${{ secrets.GITHUB_TOKEN }}
99
auto-push: true
100
gh-pages-branch: gh-pages
101
- benchmark-data-dir-path: dev/bench
102
# Show alert with commit comment on detecting possible performance regression
103
alert-threshold: '150%' # Alert if performance degrades by 50%
104
comment-on-alert: true
@@ -155,7 +154,7 @@ jobs:
155
154
comment += '| No results available | - | - | - | - |\n';
156
}
157
158
- comment += '\n📈 [View historical results](https://testingapisname.github.io/rust-hsm/dev/bench/)\n';
+ comment += '\n📈 [View historical results](https://testingapisname.github.io/rust-hsm/)\n';
159
160
github.rest.issues.createComment({
161
issue_number: context.issue.number,
0 commit comments