-
-
Notifications
You must be signed in to change notification settings - Fork 13
44 lines (38 loc) · 923 Bytes
/
benchmarks.yml
File metadata and controls
44 lines (38 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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:
permissions:
contents: read
id-token: write
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
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Run intent CodSpeed benchmark
continue-on-error: true
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: WITH_INSTRUMENTATION=1 pnpm --dir benchmarks/intent test:perf