Skip to content

Commit bda8194

Browse files
committed
add benchmarks to ci
1 parent 409447f commit bda8194

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,27 @@ jobs:
6262

6363
- name: Type-check
6464
run: pnpm type-check
65+
66+
benchmark:
67+
name: Benchmarks
68+
runs-on: ubuntu-latest
69+
70+
steps:
71+
- name: Checkout
72+
uses: actions/checkout@v4
73+
74+
- name: Install pnpm
75+
uses: pnpm/[email protected]
76+
77+
- name: Set node version to 20
78+
uses: actions/setup-node@v4
79+
with:
80+
node-version: 20
81+
registry-url: https://registry.npmjs.org/
82+
cache: pnpm
83+
84+
- name: Install deps
85+
run: pnpm install
86+
87+
- name: Run benchmarks
88+
run: pnpm benchmark

0 commit comments

Comments
 (0)