Skip to content

Update envrc to use newer nix-direnv which is faster #175

Update envrc to use newer nix-direnv which is faster

Update envrc to use newer nix-direnv which is faster #175

Workflow file for this run

name: "Benchmark"
on:
push:
workflow_call:
workflow_dispatch:
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-test-env
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
run: node --version && pnpm x bench/all.ts
token: ${{ secrets.CODSPEED_TOKEN }}
no-codspeed-bench:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-test-env
- name: Run benchmarks
shell: bash
run: pnpm x bench/all.ts