Skip to content

Commit fca99e4

Browse files
Simplify benchmark GitHub Pages path
- Remove custom benchmark-data-dir-path to use default root path - Update benchmark results URL to point to root GitHub Pages
1 parent d272765 commit fca99e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
github-token: ${{ secrets.GITHUB_TOKEN }}
9999
auto-push: true
100100
gh-pages-branch: gh-pages
101-
benchmark-data-dir-path: dev/bench
102101
# Show alert with commit comment on detecting possible performance regression
103102
alert-threshold: '150%' # Alert if performance degrades by 50%
104103
comment-on-alert: true
@@ -155,7 +154,7 @@ jobs:
155154
comment += '| No results available | - | - | - | - |\n';
156155
}
157156
158-
comment += '\n📈 [View historical results](https://testingapisname.github.io/rust-hsm/dev/bench/)\n';
157+
comment += '\n📈 [View historical results](https://testingapisname.github.io/rust-hsm/)\n';
159158
160159
github.rest.issues.createComment({
161160
issue_number: context.issue.number,

0 commit comments

Comments
 (0)