Skip to content

chore: release main #217

chore: release main

chore: release main #217

Workflow file for this run

name: Performance
on:
pull_request:
push:
branches:
- main
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
perf:
name: Startup time regression check
permissions:
contents: read
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 24.x
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Install hyperfine
run: sudo apt-get install -y hyperfine
- name: Run perf check
run: scripts/perf-check