Skip to content

Add API benchmark suite #26

Add API benchmark suite

Add API benchmark suite #26

name: API benchmark smoke
on:
pull_request:
paths:
- "apps/api/**"
- "benchmarks/**"
- "package*.json"
- ".github/workflows/api-benchmark-smoke.yml"
jobs:
api-benchmark-smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run benchmark:smoke