chore(deps): update codecov/codecov-action digest to 05f5a9c #255
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
bench: | |
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'release:') }} | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
with: | |
submodules: recursive | |
- name: Emscripten | |
uses: ./.github/actions/emscripten | |
- name: Restore | |
uses: ./.github/actions/restore | |
- name: Benchmark | |
run: pnpm bench |