Skip to content

ci: add initial benchmark infrastructure #11

ci: add initial benchmark infrastructure

ci: add initial benchmark infrastructure #11

Workflow file for this run

name: Benchmarks
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: CI Setup
uses: ./.github/actions/test-setup
- name: Pretest
run: pnpm pretest
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
run: pnpm bench:node
token: ${{ secrets.CODSPEED_TOKEN }}