Skip to content

feat: add reproducible API benchmark suite #34

feat: add reproducible API benchmark suite

feat: add reproducible API benchmark suite #34

name: API benchmark smoke
on:
pull_request:
paths:
- "apps/api/**"
- "benchmarks/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/api-benchmark-smoke.yml"
jobs:
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:coverage
- run: npm run benchmark:smoke