Skip to content

feat(intent): add reviewable skill provenance with lockfiles and frozen CI #205

feat(intent): add reviewable skill provenance with lockfiles and frozen CI

feat(intent): add reviewable skill provenance with lockfiles and frozen CI #205

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- 'main'
paths:
- 'packages/**'
- 'benchmarks/**'
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
pull_request:
paths:
- 'packages/**'
- 'benchmarks/**'
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
NX_NO_CLOUD: true
jobs:
benchmarks:
name: Run intent CodSpeed benchmark
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@b313637fa7d314532b98638f6b57b7b9c169d390 # main
- name: Run intent CodSpeed benchmark
continue-on-error: true
uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5
with:
mode: simulation
run: WITH_INSTRUMENTATION=1 pnpm exec nx run @benchmarks/intent:test:perf