Skip to content

chore(deps): bump the actions group across 1 directory with 4 updates #31

chore(deps): bump the actions group across 1 directory with 4 updates

chore(deps): bump the actions group across 1 directory with 4 updates #31

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [main]
push:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Install hey
run: go install github.com/rakyll/hey@latest
- name: Run benchmark
env:
BENCH_RESULTS_FILE: benchmark-results.txt
run: |
export PATH="$PATH:$(go env GOPATH)/bin"
bash scripts/benchmarks/benchmark.sh
- name: Upload benchmark artifact
uses: actions/upload-artifact@v7
with:
name: benchmark-results
path: benchmark-results.txt