Skip to content

chore: increase timeout-minutes #39

chore: increase timeout-minutes

chore: increase timeout-minutes #39

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [main]
push:
branches: [main]
merge_group:
workflow_dispatch:
jobs:
benchmark:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [macos-15, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Pnpm
run: corepack enable
- name: Install Dependencies
run: pnpm install
- name: Run Benchmark
run: pnpm run benchmark