Skip to content

Initial -embed-spirv support (#4974) #20

Initial -embed-spirv support (#4974)

Initial -embed-spirv support (#4974) #20

Workflow file for this run

name: Push benchmarks to GitHub Pages
on:
push:
branches:
- master
permissions:
deployments: write
contents: write
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
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true