Skip to content

Commit

Permalink
Workflow to update the github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
venkataram-nv committed Aug 14, 2024
1 parent 3495787 commit 88f744f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Push benchmarks to GitHub Pages
on:
push:
branches:
- master

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'customSmallerIsBetter'
output-file-path: benchmarks.json
fail-on-alert: true

0 comments on commit 88f744f

Please sign in to comment.